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