NX Open C++ Reference Guide
|
Represents interface class for a datum
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXString | Label ()=0 |
Returns the label Created in NX4.0.0. | |
virtual void | SetLabel (const NXString &label)=0 |
Sets the label Created in NX4.0.0. |
Represents interface class for a datum
Created in NX4.0.0.
virtual NXString NXOpen::Annotations::IDatum::Label | ( | ) | [pure virtual] |
Returns the label
Created in NX4.0.0.
License requirements : None
Implemented in NXOpen::Annotations::BaseDatum.
virtual void NXOpen::Annotations::IDatum::SetLabel | ( | const NXString & | label | ) | [pure virtual] |
Sets the label
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
label | New datum label |
Implemented in NXOpen::Annotations::BaseDatum.