SoSceneManagerAbortRenderCallbacks Delegate |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public delegate bool AbortRenderCallbacks(
SoAction name_0
)
Public Delegate Function AbortRenderCallbacks (
name_0 As SoAction
) As Boolean
public delegate bool AbortRenderCallbacks(
SoAction^ name_0
)
type AbortRenderCallbacks =
delegate of
name_0 : SoAction -> bool
Parameters
- name_0
- Type: OIV.Inventor.ActionsSoAction
Return Value
Type:
BooleanRemarks See Also