Defines a compartment of datum references or compartments. More...
Public Member Functions | |
| DatumRefCompartmentAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DatumRefCompartmentAttribute () | |
| Constructor. | |
| void | AddReference (cadex.PMI.DatumRefAttribute theReference) |
| void | AddReference (cadex.PMI.DatumRefCompartmentAttribute theReference) |
| uint | NumberOfReferences () |
| Returns the number of the datum compartment references. | |
| cadex.PMI.SemanticAttribute | Reference (uint theIndex) |
| Returns the specific datum compartment reference. | |
| void | AddModifierAttribute (cadex.PMI.ModifierAttribute theAttribute) |
| uint | NumberOfModifierAttributes () |
| Returns the number of the modifier attributes. | |
| cadex.PMI.ModifierAttribute | ModifierAttribute (uint theIndex) |
| Returns the specific modifier attribute. | |
Public Member Functions inherited from cadex.PMI.SemanticAttribute | |
| SemanticAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Accept (cadex.PMI.SemanticAttributeVisitor theVisitor) |
Public Member Functions inherited from cadex.BaseObject | |
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| bool | IsNull () |
| ulong | Id () |
| Return unique identifier of public object. | |
| bool | IsEqual (cadex.BaseObject theObj) |
| override int | GetHashCode () |
| override bool | Equals (System.Object o) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.BaseObject theObject) |
| Returns true if theObject has the DatumRefCompartmentAttribute type. | |
Static Public Member Functions inherited from cadex.PMI.SemanticAttribute | |
| static bool | CompareType (cadex.BaseObject theObject) |
| Returns true if theObject has the SemanticAttribute type. | |
| static cadex.PMI.SemanticAttribute | Cast (cadex.BaseObject theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Protected Member Functions inherited from cadex.PMI.SemanticAttribute | |
| override void | Dispose (bool disposing) |
Defines a compartment of datum references or compartments.
Stores a collection of datum references or compartments and optionally a collection of modifiers, which is applied to each added compartment.
|
inline |
Adds the datum compartment reference Adds the datum attribute reference
|
inline |
Adds the datum compartment reference Adds the datum attribute reference
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.