Click or drag to resize
SoVRMLInlineFetchURLUserDataCallback 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.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate bool FetchURLUserDataCallback(
	string url,
	SoVRMLInline node,
	Object userData
)

Parameters

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

Return Value

Type: Boolean
See Also