Skip to content

ACadSharp.Objects.XRecord

Albert Domenech edited this page Oct 21, 2024 · 4 revisions

XRecord Class

Represents a object.

Remarks

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.

Definition

Namespace: ACadSharp.Objects

C#

DxfNameAttribute
DxfSubClassAttribute
public class XRecord

Properties

Returns Name Summary
DictionaryCloningFlags CloningFlags Duplicate record cloning flag (determines how to merge duplicate entries)
IEnumerable<Entry> Entries
String ObjectName
ObjectType ObjectType
String SubclassMarker

Methods

Returns Name Summary
Void CreateEntry(System.Int32, System.Object)
Clone this wiki locally