Defines a datum target data. More...
Public Member Functions | |
| DatumTargetAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DatumTargetAttribute () | |
| Constructor. | |
| DatumTargetAttribute (uint theIndex, cadex.UTF16String theDescription) | |
| Constructor. | |
| void | SetIndex (uint theIndex) |
| Sets the index. | |
| uint | Index () |
| Returns 1 by default. | |
| void | SetDescription (cadex.UTF16String theValue) |
| cadex.UTF16String | Description () |
| Returns the description. | |
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 DatumTargetAttribute 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 datum target data.
Contains a description (e.g. a point, line or limited area of the part surface) and an index (if the datum is composite).
|
inline |
Constructor.
|
inline |
Constructor.
|
inlinestatic |
Returns true if theObject has the DatumTargetAttribute type.
|
inline |
Returns the description.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.
|
inline |
Returns 1 by default.
Returns the index.
|
inline |
Sets the index.