Class CadXRecord

CadXRecord class

Class describing CadXRecord

public class CadXRecord : CadBaseObject

Constructors

NameDescription
CadXRecord()Initializes a new instance of the CadXRecord class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
BinaryData310 { get; set; }Gets or sets the binary data 310.
BinaryData311 { get; set; }Gets or sets the binary data 311.
ChildObjects { get; set; }Gets or sets the child objects.
DuplicateCloningFlag { get; set; }Gets or sets the duplicate cloning flag.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
Objects { get; set; }Gets or sets the objects. Xrecord objects are used to store and manage arbitrary data. They are composed of DXF group codes with �normal object� groups(that is, non-xdata group codes), ranging from 1 through 369 for supported ranges.This object is similar in concept to xdata but is not limited by size or order.
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
TypeName { get; }Gets the name of the type.
XdataContainer { get; set; }Gets or sets the xdata container.

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also