Click or drag to resize
SoWWWAnchorSetFetchURLCallback Method (SoWWWAnchorURLCallback)

Note: This API is now obsolete.

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FetchURLCallBack property instead.")]
public static void SetFetchURLCallback(
	SoWWWAnchorURLCallback cb
)

Parameters

cb
Type: OIV.Inventor.NodesSoWWWAnchorURLCallback
See Also