Class CadAcadEvaluationGraph

CadAcadEvaluationGraph class

Class describing ACAD_EVALUATION_GRAPH object.

public class CadAcadEvaluationGraph : CadBaseObject

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
AttributeBitLongList { get; set; }Gets or sets the attributeBitLong list.
Attributes { get; set; }Gets or sets the attributes.
ChildObjects { get; set; }Gets or sets the child objects.
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.
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