SoInteractionElement.Set Method |
Sets the current interaction in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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.Misc.SoState
- moving
- Type: System.Boolean
Remarks
See Also