SoShapeCallShouldGLRender Method |
Note: This API is now obsolete.
Calls CallShouldGLRender(action, false).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool CallShouldGLRender(
SoGLRenderAction action
)
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function CallShouldGLRender (
action As SoGLRenderAction
) As Boolean
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool CallShouldGLRender(
SoGLRenderAction^ action
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CallShouldGLRender :
action : SoGLRenderAction -> bool
Parameters
- action
- Type: OIV.Inventor.ActionsSoGLRenderAction
Return Value
Type:
Boolean
Remarks
See Also