ACadSharp.DxfPropertyBase_T_ - DomCR/ACadSharp GitHub Wiki
DxfPropertyBase Class
Definition
Namespace: ACadSharp
C#
public abstractclass DxfPropertyBase<T>
Properties
Returns | Name | Summary |
---|---|---|
Int32 |
AssignedCode | |
Int32[] |
DxfCodes | |
DxfReferenceType |
ReferenceType |
Methods
Returns | Name | Summary |
---|---|---|
Object |
GetValue<TCadObject>(System.Int32, TCadObject) | |
Void |
SetValue<TCadObject>(System.Int32, TCadObject, System.Object) | |
Void |
SetValue<TCadObject>(TCadObject, System.Object) | Set the value for the property using the AssignedCode |