Click or drag to resize
SoEventCallbackSetPath Method

Sets the path which must be picked in order for the callbacks to be invoked.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetPath(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath
Remarks

If the path is NULL, the callbacks will be invoked for every interesting event, as specified by OIV.Inventor.Nodes.SoEventCallback.AddEventCallback(System.Type, OIV.Inventor.Nodes.SoEventCallback.EventCB), regardless of what is picked. The OIV.Inventor.Nodes.SoEventCallback.SetPath(OIV.Inventor.SoPath) method makes its own copy of the passed path.

See Also