SoTextureSendingEnabledElementSet Method |
Sets the current element value.
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 flag
)
Public Shared Sub Set (
state As SoState,
flag As Boolean
)
public:
static void Set(
SoState^ state,
bool flag
)
static member Set :
state : SoState *
flag : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- flag
- Type: SystemBoolean
Remarks See Also