SoGLShadowStyleElementSetCheckLightingEnabled Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetCheckLightingEnabled(
SoState state,
bool enable
)
Public Shared Sub SetCheckLightingEnabled (
state As SoState,
enable As Boolean
)
public:
static void SetCheckLightingEnabled(
SoState^ state,
bool enable
)
static member SetCheckLightingEnabled :
state : SoState *
enable : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- enable
- Type: SystemBoolean
Remarks
See Also