NX Open C++ Reference Guide
|
Represents business modifier that applies a revision (in the string format such as -A1) to a PMI. More...
Additional Inherited Members | |
![]() | |
enum | AttributeType { AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger, AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference, AttributeTypeAny = 100 } |
Specifies attribute type. More... | |
enum | DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual } |
Specifies the format of the date and time attribute. More... | |
![]() | |
void | SetTextValue (const NXString &textValue) |
Sets the value Created in NX4.0.0. | |
void | SetTextValue (const char *textValue) |
Sets the value Created in NX4.0.0. | |
void | SetTitle (const NXString &title) |
Sets the title Created in NX4.0.0. | |
void | SetTitle (const char *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 business modifier that applies a revision (in the string format such as -A1) to a PMI.
Plese see ug_revision_busmod.dfa for attribute details.
To create or edit an instance of this class, use Annotations::RevisionBusinessModifierBuilder
Created in NX4.0.0.