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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FetchURLFunction instead.")]
public static void SetFetchURLCallback(
SoVRMLAnchorFetchURLCallback cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use FetchURLFunction instead.")>
Public Shared Sub SetFetchURLCallback (
cb As SoVRMLAnchorFetchURLCallback
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use FetchURLFunction instead.")]
static void SetFetchURLCallback(
SoVRMLAnchorFetchURLCallback^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use FetchURLFunction instead.")>]
static member SetFetchURLCallback :
cb : SoVRMLAnchorFetchURLCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.VRMLnodesSoVRMLAnchorFetchURLCallback
See Also