-
Home
-
API
-
ProCad.Core
-
CadPropertyDescriptor
-
Constructors
-
CadPropertyDescriptor(String, Type, Boolean, Int32[], String?, Func
CadPropertyDescriptor(String, Type, Boolean, Int32[], String?, Func<Object, Object?>, Action<Object, Object?>?) Constructor
Definition
public CadPropertyDescriptor(string Name, Type PropertyType, bool CanWrite, int[] DxfCodes, string? DxfReferenceType, Func<object, object?> Getter, Action<object, object?>? Setter)
Parameters