Click or drag to resize
SoSelectionPickUserDataCB Delegate

Note: This API is now obsolete.

PickCB 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 SoPath PickUserDataCB(
	SoPickedPoint point,
	Object userData
)

Parameters

point
Type: OIV.InventorSoPickedPoint
userData
Type: SystemObject

Return Value

Type: SoPath
See Also