SoStateEnableSendToGL Method |
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.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
RemarksEnables or disables sendToGL in SoElements affected by the GLRenderAction.
See Also