SoMultiSwitchElementGet Method |
Returns current switch index from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static List<int> Get(
SoState state
)
Public Shared Function Get (
state As SoState
) As List(Of Integer)
public:
static List<int>^ Get(
SoState^ state
)
static member Get :
state : SoState -> List<int>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
ListInt32
Remarks
See Also