SoInteractiveSwitchElementSet Method (SoState, SoNode, Int32) |
Sets the current switch index in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode name_14201,
int index
)
Public Shared Sub Set (
state As SoState,
name_14201 As SoNode,
index As Integer
)
public:
static void Set(
SoState^ state,
SoNode^ name_14201,
int index
)
static member Set :
state : SoState *
name_14201 : SoNode *
index : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_14201
- Type: OIV.Inventor.NodesSoNode
- index
- Type: SystemInt32
Remarks See Also