SoInteractionElementSet Method |
Sets the current interaction in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
bool moving
)
Public Shared Sub Set (
state As SoState,
moving As Boolean
)
public:
static void Set(
SoState^ state,
bool moving
)
static member Set :
state : SoState *
moving : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- moving
- Type: SystemBoolean
Remarks See Also