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. | |
void | SetUpperText (const char *upperText) |
Sets the upper text. | |
NXString | UpperText () |
Returns the upper text. | |
virtual | ~ArbitraryTargetData () |
Frees the object from memory. | |
![]() | |
NXString | DatumLabel () |
Returns the datum label. | |
NXOpen::Annotations::SimpleDraftingAidPreferences * | GetSimpleDraftingAidPreferences () |
Returns the SimpleDraftingAidPreferences object. | |
int | Index () |
Returns the target index. | |
void | SetDatumLabel (const NXString &datumLabel) |
Sets the datum label. | |
void | SetDatumLabel (const char *datumLabel) |
Sets the datum label. | |
void | SetIndex (int index) |
Sets the target index. | |
void | SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences) |
Sets the SimpleDraftingAidPreferences object Created in NX4.0.0. | |
virtual | ~DatumTargetData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents arbitrary datum target data
Created in NX4.0.0.
|
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.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : None
upperText | New upper text |
void NXOpen::Annotations::ArbitraryTargetData::SetUpperText | ( | const char * | upperText | ) |
Sets the upper text.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : None
upperText | New upper text |
NXString NXOpen::Annotations::ArbitraryTargetData::UpperText | ( | ) |
Returns the upper text.
NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX4.0.0.
License requirements : None