NX Open C++ Reference Guide
|
Represents a datum
This is an abstract class, and cannot be created.
More...
Public Member Functions | |
virtual NXString | Label () |
Returns the label Created in NX4.0.0. | |
virtual void | SetLabel (const NXString &label) |
Sets the label Created in NX4.0.0. |
Represents a datum
This is an abstract class, and cannot be created.
Created in NX7.5.0.
virtual NXString NXOpen::Annotations::BaseDatum::Label | ( | ) | [virtual] |
Returns the label
Created in NX4.0.0.
License requirements : None
Implements NXOpen::Annotations::IDatum.
virtual void NXOpen::Annotations::BaseDatum::SetLabel | ( | const NXString & | label | ) | [virtual] |
Sets the label
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
label | New datum label |
Implements NXOpen::Annotations::IDatum.