Click or drag to resize
SoVRMLAnchorSetFetchURLCallback Method (SoVRMLAnchorFetchURLCallback)

Note: This API is now obsolete.

Use FetchURLFunction instead. Application delegate invoked when the mouse is clicked on an anchor so that the application can fetch the URL

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FetchURLFunction instead.")]
public static void SetFetchURLCallback(
	SoVRMLAnchorFetchURLCallback cb
)

Parameters

cb
Type: OIV.Inventor.VRMLnodesSoVRMLAnchorFetchURLCallback
See Also