NX Open C++ Reference Guide
|
Represents a PageSwitchData for UI Styler
Created in NX5.0.0.
More...
Public Member Functions | |
int | ActivatedPage () |
Returns the activated page Created in NX5.0.0. | |
int | DeactivatedPage () |
Returns the deactivated page Created in NX5.0.0. | |
virtual | ~PageSwitchData () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a PageSwitchData for UI Styler
Created in NX5.0.0.
|
virtual |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET or Java, this method is automatically called when the object is deleted by the garbage collector.
Created in NX5.0.0.
License requirements : None
int NXOpen::UIStyler::PageSwitchData::ActivatedPage | ( | ) |
Returns the activated page
Created in NX5.0.0.
License requirements : None
int NXOpen::UIStyler::PageSwitchData::DeactivatedPage | ( | ) |
Returns the deactivated page
Created in NX5.0.0.
License requirements : None