SoSwitchElement.Set Method (SoState, SoNode, Int32) |
Sets the current switch index in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode name_22021,
int index
)
Public Shared Sub Set (
state As SoState,
name_22021 As SoNode,
index As Integer
)
public:
static void Set(
SoState^ state,
SoNode^ name_22021,
int index
)
static member Set :
state : SoState *
name_22021 : SoNode *
index : int -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- name_22021
- Type: OIV.Inventor.Nodes.SoNode
- index
- Type: System.Int32
Remarks
See Also