SoInteractionKitSetSwitchValue Method |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void SetSwitchValue(
SoNode n,
int newVal
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub SetSwitchValue (
n As SoNode,
newVal As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void SetSwitchValue(
SoNode^ n,
int newVal
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member SetSwitchValue :
n : SoNode *
newVal : int -> unit
Parameters
- n
- Type: OIV.Inventor.NodesSoNode
- newVal
- Type: SystemInt32
Remarks See Also