NX Open C++ Reference Guide
|
Represents datum target data
Created in NX4.0.0.
More...
Public Member Functions | |
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 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
NXString NXOpen::Annotations::DatumTargetData::DatumLabel | ( | ) |
Returns the datum label.
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
NXOpen::Annotations::SimpleDraftingAidPreferences* NXOpen::Annotations::DatumTargetData::GetSimpleDraftingAidPreferences | ( | ) |
Returns the SimpleDraftingAidPreferences object.
int NXOpen::Annotations::DatumTargetData::Index | ( | ) |
Returns the target index.
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
void NXOpen::Annotations::DatumTargetData::SetDatumLabel | ( | const NXString & | datumLabel | ) |
Sets the datum label.
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
datumLabel | New datum label |
void NXOpen::Annotations::DatumTargetData::SetDatumLabel | ( | const char * | datumLabel | ) |
Sets the datum label.
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
datumLabel | New datum label |
void NXOpen::Annotations::DatumTargetData::SetIndex | ( | int | index | ) |
Sets the target index.
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
index | New target index |
void NXOpen::Annotations::DatumTargetData::SetSimpleDraftingAidPreferences | ( | NXOpen::Annotations::SimpleDraftingAidPreferences * | preferences | ) |
Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0.
License requirements : None
preferences | New datum target preferences |