Skip to content

ACadSharp.Attributes.DxfSubClassAttribute

Albert Domenech edited this page Aug 4, 2024 · 3 revisions

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
Clone this wiki locally