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: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoWWWAnchorURLCallbackRemarks See Also