NX Open C++ Reference Guide
|
Represents an object that has appended text
Created in NX4.0.0.
More...
Public Member Functions | |
virtual NXOpen::Annotations::AppendedText * | GetAppendedText ()=0 |
Returns the appended text. | |
virtual void | SetAppendedText (NXOpen::Annotations::AppendedText *appendedText)=0 |
Sets the appended text Created in NX4.0.0. |
Represents an object that has appended text
Created in NX4.0.0.
virtual NXOpen::Annotations::AppendedText* NXOpen::Annotations::IAppendedText::GetAppendedText | ( | ) | [pure virtual] |
Returns the appended text.
Implemented in NXOpen::Annotations::Dimension, and NXOpen::Annotations::Fcf.
virtual void NXOpen::Annotations::IAppendedText::SetAppendedText | ( | NXOpen::Annotations::AppendedText * | appendedText | ) | [pure virtual] |
Sets the appended text
Created in NX4.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
appendedText | Appended text |
Implemented in NXOpen::Annotations::Dimension, and NXOpen::Annotations::Fcf.