SoCallbackActionInvokePostCallbacks Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void InvokePostCallbacks(
SoNode node
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub InvokePostCallbacks (
node As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void InvokePostCallbacks(
SoNode^ node
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract InvokePostCallbacks :
node : SoNode -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override InvokePostCallbacks :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also