ACadSharp.Attributes.DxfSubClassAttribute - DomCR/ACadSharp GitHub Wiki
DxfSubClassAttribute Class
Mark the class as a dxf class equivalent
Definition
Namespace: ACadSharp.Attributes
C#
AttributeUsageAttribute
[AttributeUsage(Class), Inherited = false)]
public sealedclass DxfSubClassAttribute
Properties
Returns | Name | Summary |
---|---|---|
String |
ClassName | Dxf class name |
Boolean |
IsEmpty | Flag to mark the classes that don't contain any properties by itself, they are only a base for the subclasses |