PageSwitchData Class

class NXOpen.UIStyler.PageSwitchData

Bases: NXOpen.TransientObject

Represents a PageSwitchData for UI Styler

New in version NX5.0.0.

Properties

Property Description
ActivatedPage Returns the activated page
DeactivatedPage Returns the deactivated page

Methods

Method Description
Dispose Free resources associated with the instance.

Property Detail

ActivatedPage

PageSwitchData.ActivatedPage

Returns the activated page

-------------------------------------

Getter Method

Signature ActivatedPage

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

DeactivatedPage

PageSwitchData.DeactivatedPage

Returns the deactivated page

-------------------------------------

Getter Method

Signature DeactivatedPage

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

Method Detail

Dispose

PageSwitchData.Dispose

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.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.