SoStateEnableSendToGL Method |
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void EnableSendToGL(
bool enable
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub EnableSendToGL (
enable As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void EnableSendToGL(
bool enable
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member EnableSendToGL :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
Remarks Enables or disables sendToGL in SoElements affected by the GLRenderAction.
See Also