SoSelectionPickUserDataCB Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.Nodes
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public delegate SoPath PickUserDataCB( SoPickedPoint point, Object userData )
<ObsoleteAttribute> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Delegate Function PickUserDataCB ( point As SoPickedPoint, userData As Object ) As SoPath
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState::Never)] public delegate SoPath^ PickUserDataCB( SoPickedPoint^ point, Object^ userData )
[<ObsoleteAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type PickUserDataCB = delegate of point : SoPickedPoint * userData : Object -> SoPath