Class CadDimAssoc

CadDimAssoc class

Class describing Cad DimAssoc

public class CadDimAssoc : CadBaseObject

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
AssociativityFlag { get; set; }Gets or sets the associativity flag.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
CadOsnapPointRefs { get; set; }Gets or sets the cad osnap point refs.
ChildObjects { get; set; }Gets or sets the child objects.
DimensionObjectId { get; set; }Gets or sets the dimension object identifier.
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.
Reactors { get; set; }Get or sets the reactors handle
RotatedDimensionType { get; set; }Gets or sets the type of the rotated dimension.
SoftOwner { get; set; }Gets or sets the soft owner.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
TransSpaceFlag { get; set; }Gets or sets the trans space flag.
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