Defines the type of the modification with additional value. More...
Public Member Functions | |
| ModifierWithValueAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| ModifierWithValueAttribute () | |
| Constructor. | |
| ModifierWithValueAttribute (cadex.UTF16String theModifier, double theValue) | |
| Constructor. | |
| void | SetValue (double theValue) |
| Sets the value. | |
| double | Value () |
| Returns the value. | |
Public Member Functions inherited from cadex.PMI.ModifierAttribute | |
| ModifierAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| ModifierAttribute () | |
| Constructor. | |
| ModifierAttribute (cadex.UTF16String theModifier) | |
| Constructor. | |
| void | SetModifier (cadex.UTF16String theModifier) |
| cadex.UTF16String | Modifier () |
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 ModifierWithValueAttribute type. | |
Static Public Member Functions inherited from cadex.PMI.ModifierAttribute | |
| static new bool | CompareType (cadex.BaseObject theObject) |
| Returns true if theObject has the ModifierAttribute 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 the type of the modification with additional value.
Defines the type of the modification applied to a tolerance with additional value (e.g. minor diameter, etc.).
|
inline |
Constructor.
|
inline |
Constructor.
|
inlinestatic |
Returns true if theObject has the ModifierWithValueAttribute type.
|
inlineprotectedvirtual |
Reimplemented from cadex.PMI.ModifierAttribute.
|
inline |
Sets the value.
|
inline |
Returns the value.