Click or drag to resize
SoWWWAnchorURLUserDataCallback Delegate

Note: This API is now obsolete.

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 bool URLUserDataCallback(
	string url,
	SoWWWAnchor node,
	Object userData
)

Parameters

url
Type: SystemString
node
Type: OIV.Inventor.NodesSoWWWAnchor
userData
Type: SystemObject

Return Value

Type: Boolean
See Also