Hide menu
Loading...
Searching...
No Matches
cadex.PMI.DatumRefCompartmentAttribute Class Reference

Defines a compartment of datum references or compartments. More...

Inheritance diagram for cadex.PMI.DatumRefCompartmentAttribute:
cadex.PMI.SemanticAttribute cadex.BaseObject

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)
 

Detailed Description

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.

See also
SemanticAttribute, DatumRefAttribute, ModifierAttribute
Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.

Member Function Documentation

◆ AddReference() [1/2]

void cadex.PMI.DatumRefCompartmentAttribute.AddReference ( cadex.PMI.DatumRefAttribute theReference)
inline

Adds the datum compartment reference Adds the datum attribute reference

◆ AddReference() [2/2]

void cadex.PMI.DatumRefCompartmentAttribute.AddReference ( cadex.PMI.DatumRefCompartmentAttribute theReference)
inline

Adds the datum compartment reference Adds the datum attribute reference

◆ Dispose()

override void cadex.PMI.DatumRefCompartmentAttribute.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.