Click or drag to resize
SoWWWAnchor.SetFetchURLCallback Method (SoWWWAnchor.URLUserDataCallback, Object)

Note: This API is now obsolete.

Use FetchURLCallBack property instead.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use FetchURLCallBack property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetFetchURLCallback(
	SoWWWAnchor. URLUserDataCallback cb,
	Object userData
)

Parameters

cb
Type: OIV.Inventor.Nodes.SoWWWAnchor.URLUserDataCallback
userData
Type: System.Object
See Also