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

Defines the type of a qualifier. More...

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

Public Member Functions

 QualifierAttribute (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 QualifierAttribute ()
 Constructor.
 
 QualifierAttribute (cadex.UTF16String theQualifier)
 Constructor.
 
void SetQualifier (cadex.UTF16String theQualifier)
 Sets the qualifier.
 
cadex.UTF16String Qualifier ()
 Retruns the qualifier.
 
- 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 QualifierAttribute 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 type of a qualifier.

Defines the type of a qualifier that can limit a tolerance (e.g. max, min, etc.).

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

Constructor & Destructor Documentation

◆ QualifierAttribute() [1/2]

cadex.PMI.QualifierAttribute.QualifierAttribute ( )
inline

Constructor.

◆ QualifierAttribute() [2/2]

cadex.PMI.QualifierAttribute.QualifierAttribute ( cadex.UTF16String theQualifier)
inline

Constructor.

Member Function Documentation

◆ CompareType()

static new bool cadex.PMI.QualifierAttribute.CompareType ( cadex.BaseObject theObject)
inlinestatic

Returns true if theObject has the QualifierAttribute type.

◆ Dispose()

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

Reimplemented from cadex.BaseObject.

◆ Qualifier()

cadex.UTF16String cadex.PMI.QualifierAttribute.Qualifier ( )
inline

Retruns the qualifier.

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

◆ SetQualifier()

void cadex.PMI.QualifierAttribute.SetQualifier ( cadex.UTF16String theQualifier)
inline

Sets the qualifier.