NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Annotations::ArbitraryTargetData Class Reference

Represents arbitrary datum target data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::ArbitraryTargetData:
NXOpen::Annotations::DatumTargetData NXOpen::TransientObject

Public Member Functions

void SetUpperText (const NXString &upperText)
 Sets the upper text. More...
 
void SetUpperText (const char *upperText)
 Sets the upper text. More...
 
NXString UpperText ()
 Returns the upper text. More...
 
virtual ~ArbitraryTargetData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::Annotations::DatumTargetData
NXString DatumLabel ()
 Returns the datum label. More...
 
NXOpen::Annotations::SimpleDraftingAidPreferencesGetSimpleDraftingAidPreferences ()
 Returns the SimpleDraftingAidPreferences object. More...
 
int Index ()
 Returns the target index. More...
 
void SetDatumLabel (const NXString &datumLabel)
 Sets the datum label. More...
 
void SetDatumLabel (const char *datumLabel)
 Sets the datum label. More...
 
void SetIndex (int index)
 Sets the target index. More...
 
void SetSimpleDraftingAidPreferences (NXOpen::Annotations::SimpleDraftingAidPreferences *preferences)
 Sets the SimpleDraftingAidPreferences object
Created in NX4.0.0. More...
 
virtual ~DatumTargetData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents arbitrary datum target data
Created in NX4.0.0.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Parameters
upperTextNew 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

Parameters
upperTextNew 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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.