Click or drag to resize
SoWWWAnchorSetHighlightURLCallback Method (SoWWWAnchorURLCallback)

Note: This API is now obsolete.

Use HighlightURLCallBack property instead. Application callbacks invoked when the mouse is moved over an anchor so that the app can provide feedback such as changing the cursor, or displaying the anchor description and name.

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

Parameters

cb
Type: OIV.Inventor.NodesSoWWWAnchorURLCallback
See Also