Click or drag to resize
SoVRMLInlineFetchURLCallback Delegate

Note: This API is now obsolete.

This is the format for callbacks that will get URL data for us.

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("See documentation for more details")]
public delegate void FetchURLCallback(
	string url,
	SoVRMLInline node
)

Parameters

url
Type: SystemString
node
Type: OIV.Inventor.VRMLnodesSoVRMLInline
Remarks

Once they get the data, they should call the setChildData() method. Obsoletesince Open Inventor 9500 The VRML API is no longer supported. See section http://oivdoc95.vsg3d.com/content/compatibility-notes-4#Deprecation of the Reference Manual.

See Also