SoVRMLAnchorSetFetchURLCallback Method (SoVRMLAnchorFetchURLCallback) |
Note: This API is now obsolete.
Use FetchURLFunction instead.
Application delegate invoked when the mouse is clicked on an
anchor so that the application can fetch the URL
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use FetchURLFunction instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetFetchURLCallback(
SoVRMLAnchorFetchURLCallback cb
)
<ObsoleteAttribute("Use FetchURLFunction instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetFetchURLCallback (
cb As SoVRMLAnchorFetchURLCallback
)
public:
[ObsoleteAttribute(L"Use FetchURLFunction instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetFetchURLCallback(
SoVRMLAnchorFetchURLCallback^ cb
)
[<ObsoleteAttribute("Use FetchURLFunction instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetFetchURLCallback :
cb : SoVRMLAnchorFetchURLCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.VRMLnodesSoVRMLAnchorFetchURLCallback
See Also