Click or drag to resize
SoCallbackActionPointUserDataCB Delegate

Note: This API is now obsolete.

PointCB delegate

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void PointUserDataCB(
	SoCallbackAction action,
	SoPrimitiveVertex v,
	Object userData
)

Parameters

action
Type: OIV.Inventor.ActionsSoCallbackAction
v
Type: OIV.InventorSoPrimitiveVertex
userData
Type: SystemObject
See Also