NX Open C++ Reference Guide
|
Represents arbitrary datum target data
Created in NX4.0.0.
More...
Public Member Functions | |
void | SetUpperText (const NXString &upperText) |
Sets the upper text Created in NX4.0.0. | |
NXString | UpperText () |
Returns the upper text Created in NX4.0.0. | |
virtual | ~ArbitraryTargetData () |
Frees the object from memory. |
Represents arbitrary datum target data
Created in NX4.0.0.
virtual NXOpen::Annotations::ArbitraryTargetData::~ArbitraryTargetData | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::ArbitraryTargetData::SetUpperText | ( | const NXString & | upperText | ) |
Sets the upper text
Created in NX4.0.0.
License requirements : None
upperText | New upper text |
Returns the upper text
Created in NX4.0.0.
License requirements : None