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: 9.9.13.0 (9.9.13.0)
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 addEventCallback(), regardless of what is picked. The setPath() method makes its own copy of the passed path.

See Also