Click or drag to resize
SoWWWInlineFetchURLUserDataCallback Delegate

Note: This API is now obsolete.

This is the format for delegates that will get URL data for us. Once they get the data, they should call the SetChildData() method.

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 FetchURLUserDataCallback(
	string url,
	SoWWWInline node,
	Object userData
)

Parameters

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

Return Value

Type: Boolean
See Also