| SoWWWAnchorFetchURLCallBack Property  | 
Application callback invoked when the mouse is clicked on an anchor so that the application can fetch the URL. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SoWWWAnchorURLCallback FetchURLCallBack { get; set; }Public Shared Property FetchURLCallBack As SoWWWAnchorURLCallback
	Get
	Set
public:
static property SoWWWAnchorURLCallback^ FetchURLCallBack {
	SoWWWAnchorURLCallback^ get ();
	void set (SoWWWAnchorURLCallback^ value);
}static member FetchURLCallBack : SoWWWAnchorURLCallback with get, set
Property Value
Type: 
SoWWWAnchorURLCallback
Remarks
See Also