SoVRMLAnchorFetchURLFunction Property |
Application callbacks invoked when the mouse is clicked on an anchor (activate) so that the app can fetch the URL or call Netscape/Mosaic to fetch the URL.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoVRMLAnchorFetchURLCallback FetchURLFunction { get; set; }
Public Shared Property FetchURLFunction As SoVRMLAnchorFetchURLCallback
Get
Set
public:
static property SoVRMLAnchorFetchURLCallback^ FetchURLFunction {
SoVRMLAnchorFetchURLCallback^ get ();
void set (SoVRMLAnchorFetchURLCallback^ value);
}
static member FetchURLFunction : SoVRMLAnchorFetchURLCallback with get, set
Property Value
Type:
SoVRMLAnchorFetchURLCallback
Remarks
See Also