SoTextureEnabledElementSet Method (SoState, Boolean) |
Calls Set(state, value, (OIV.Inventor.Nodes.SoNode ^)nullptr).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
bool value
)
Public Shared Sub Set (
state As SoState,
value As Boolean
)
public:
static void Set(
SoState^ state,
bool value
)
static member Set :
state : SoState *
value : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- value
- Type: SystemBoolean
Remarks See Also