SoCallbackActionInvokePreCallbacks 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 InvokePreCallbacks(
SoNode node
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub InvokePreCallbacks (
node As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void InvokePreCallbacks(
SoNode^ node
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract InvokePreCallbacks :
node : SoNode -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override InvokePreCallbacks :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also