NX Open C++ Reference Guide
|
Represents a base class for list based business modifiers
Created in NX4.0.0.
More...
Public Member Functions | |
int | CurrentItemIndex () |
Returns the current item index Created in NX4.0.0. | |
std::vector< NXString > | GetList () |
Returns the list. | |
void | SetCurrentItemIndex (int currentItemIndex) |
Sets the current item index Created in NX4.0.0. |
Represents a base class for list based business modifiers
Created in NX4.0.0.
Returns the current item index
Created in NX4.0.0.
License requirements : None
std::vector<NXString> NXOpen::Annotations::ListBusinessModifier::GetList | ( | ) |
Returns the list.
void NXOpen::Annotations::ListBusinessModifier::SetCurrentItemIndex | ( | int | currentItemIndex | ) |
Sets the current item index
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
currentItemIndex | New item index |