Hide menu
Loading...
Searching...
No Matches

Defines the range of a value. More...

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

Public Member Functions

 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.
 
- 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 RangeAttribute 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 the range of a value.

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

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.BaseObject.

◆ LowerLimit()

double cadex.PMI.RangeAttribute.LowerLimit ( )
inline

Returns the lower limit.

Returns 0 by default.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.

◆ UpperLimit()

double cadex.PMI.RangeAttribute.UpperLimit ( )
inline

Returns the upper limit.

Returns 0 by default.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.