Defines the range of a value.
More...
|
|
| RangeAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| RangeAttribute () |
| | Constructor.
|
| |
|
| RangeAttribute (double theLowerLimit, double theUpperLimit) |
| | Constructor.
|
| |
|
void | SetUpperLimit (double theValue) |
| | Sets the upper limit.
|
| |
| double | UpperLimit () |
| | Returns the upper limit.
|
| |
|
void | SetLowerLimit (double theValue) |
| | Sets the lower limit.
|
| |
| double | LowerLimit () |
| | Returns the lower limit.
|
| |
|
| SemanticAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Accept (cadex.PMI.SemanticAttributeVisitor theVisitor) |
| |
|
| 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) |
| |
|
| override void | Dispose (bool disposing) |
| |
| override void | Dispose (bool disposing) |
| |
◆ Dispose()
| override void cadex.PMI.RangeAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ LowerLimit()
| double cadex.PMI.RangeAttribute.LowerLimit |
( |
| ) |
|
|
inline |
◆ UpperLimit()
| double cadex.PMI.RangeAttribute.UpperLimit |
( |
| ) |
|
|
inline |