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