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: 2023.1.3.0 (2023.1.3)
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