WizardSubNodeAction Enumeration

NXOpen.BlockStyler.Wizard.SubNodeAction is an alias for NXOpen.BlockStyler.WizardSubNodeAction

class NXOpen.BlockStyler.WizardSubNodeAction

Bases: object

Specifies the type of action performed on a sub-node in the Wizard Task Navigator.

The action is passed into the callback BlockStyler.Wizard.OnSubNodeCallback.

Enum Members

Enum Member Enum Member Description
Select
Sub-node has been selected.
Deselect
Sub-node has been deselected.
Check
Sub-node has been checked if a checkbox was specified.
Uncheck
Sub-node has been unchecked if a checkbox was specified.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.