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: 2024.1.1.0 (2024.1.1)
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