Click or drag to resize
SoWWWInlineSetFetchURLCallback Method (SoWWWInlineFetchURLUserDataCallback, Object)

Note: This API is now obsolete.

Use FetchURLCallBack property instead. Set the delegate to invoke

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

Parameters

cb
Type: OIV.Inventor.NodesSoWWWInlineFetchURLUserDataCallback
userData
Type: SystemObject
See Also