Click or drag to resize
SoVRMLAnchorFetchURLCallback Delegate

Note: This API is now obsolete.

This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void FetchURLCallback(
	string url,
	SoVRMLAnchor node
)

Parameters

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

The URL for the anchor is passed, with additional information as described by the map field tagged onto the URL. 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