NX Open C++ Reference Guide
|
Represents a business modifier object. More...
Public Member Functions | |
void | SetTextValue (const NXString &textValue) |
Sets the value Created in NX4.0.0. | |
void | SetTitle (const NXString &title) |
Sets the title Created in NX4.0.0. | |
NXString | TextValue () |
Returns the value Created in NX4.0.0. | |
NXString | Title () |
Returns the title Created in NX4.0.0. |
Represents a business modifier object.
A business modifier can be applied to a PMI to embed additional business/process information. The business modifier objects are knowledge fusion driven meaning that they are created from the attributes defined in a .dfa file.
Created in NX4.0.0.
void NXOpen::Annotations::BusinessModifier::SetTextValue | ( | const NXString & | textValue | ) |
Sets the value
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
textValue | New value in the text format |
void NXOpen::Annotations::BusinessModifier::SetTitle | ( | const NXString & | title | ) |
Sets the title
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
title | New title |
Returns the value
Created in NX4.0.0.
License requirements : None
Returns the title
Created in NX4.0.0.
License requirements : None