Class CadBase

CadBase class

Base class for Cad objects

public abstract class CadBase

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.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
ObjectHandle { get; set; }Gets or sets the object handle.
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