Click or drag to resize
SoCallbackCallbackHandler Property

Sets pointer to callback function and user data.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoCallbackCallbackCB CallbackHandler { get; set; }

Property Value

Type: SoCallbackCallbackCB
Remarks

By default, the function pointer in the node is NULL and does nothing.

See Also