Click or drag to resize
SoSelectionPathUserDataCB Delegate

Note: This API is now obsolete.

PathCB delegate

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void PathUserDataCB(
	SoPath path,
	Object userData
)

Parameters

path
Type: OIV.InventorSoPath
userData
Type: SystemObject
See Also