CadXRecord class

CadXRecord class

Class describing CadXRecord

Inheritance: CadXRecordCadBaseObjectCadBaseOwnedCadBase

The CadXRecord type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the CadXRecord class.

Properties

PropertyDescription
embedded_objects_containerGets or sets the embedded objects container.
object_handleGets or sets the object handle.
xdata_containerGets or sets the xdata container.
attributesGets or sets the attributes.
application_codes_containerGets or sets the application defined codes container.
attribute_102_valuesGets or sets the attribute102 values.
numreactorsThe Numreactors
reactorsGet or sets the reactors handle
hard_ownerGets or sets the hard owner.
soft_ownerGets or sets the soft owner.
is_soft_owner_setGets a value indicating whether soft owner is set.
type_nameGets the name of the type.
child_objectsGets or sets the child objects.
objectsGets 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.
duplicate_cloning_flagGets or sets the duplicate cloning flag.
binary_data310Gets or sets the binary data 310.
binary_data311Gets or sets the binary data 311.

See Also