NX Open C++ Reference Guide
|
Represents a drafting arbitrary datum target. More...
Public Member Functions | |
virtual void | SetUpperText (const NXString &upperText) |
Sets the target upper text Created in NX5.0.0. | |
virtual NXString | UpperText () |
Returns the target upper text Created in NX5.0.0. |
Represents a drafting arbitrary datum target.
Created in NX4.0.0.
virtual void NXOpen::Annotations::DraftingArbitraryTarget::SetUpperText | ( | const NXString & | upperText | ) | [virtual] |
Sets the target upper text
Created in NX5.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
upperText | Upper text |
Implements NXOpen::Annotations::IArbitraryTarget.
virtual NXString NXOpen::Annotations::DraftingArbitraryTarget::UpperText | ( | ) | [virtual] |
Returns the target upper text
Created in NX5.0.0.
License requirements : None
Implements NXOpen::Annotations::IArbitraryTarget.