SoShapeStyleElementSetTexture3Enabled Method (SoState, Boolean) |
Calls SetTexture3Enabled(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 SetTexture3Enabled(
SoState state,
bool value
)
Public Shared Sub SetTexture3Enabled (
state As SoState,
value As Boolean
)
public:
static void SetTexture3Enabled(
SoState^ state,
bool value
)
static member SetTexture3Enabled :
state : SoState *
value : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- value
- Type: SystemBoolean
Remarks See Also