ACadSharp.Objects.XRecord - DomCR/ACadSharp GitHub Wiki
Represents a object.
Object name
Dxf class name
Is not recommended to modify, add or remove entries to an XRecord unless you know what consequences will cause in the document.
Namespace: ACadSharp.Objects
C#
DxfNameAttribute
DxfSubClassAttribute
public class XRecord
Returns | Name | Summary |
---|---|---|
DictionaryCloningFlags |
CloningFlags | Duplicate record cloning flag (determines how to merge duplicate entries) |
IEnumerable<Entry> |
Entries | |
String |
ObjectName | |
ObjectType |
ObjectType | |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
Void |
CreateEntry(System.Int32, System.Object) |