SoWWWAnchorSetFetchURLCallback Method (SoWWWAnchorURLCallback) |
Note: This API is now obsolete.
Use FetchURLCallBack property instead.
Application delegate 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: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FetchURLCallBack property instead.")]
public static void SetFetchURLCallback(
SoWWWAnchorURLCallback cb
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use FetchURLCallBack property instead.")>
Public Shared Sub SetFetchURLCallback (
cb As SoWWWAnchorURLCallback
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use FetchURLCallBack property instead.")]
static void SetFetchURLCallback(
SoWWWAnchorURLCallback^ cb
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use FetchURLCallBack property instead.")>]
static member SetFetchURLCallback :
cb : SoWWWAnchorURLCallback -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoWWWAnchorURLCallback
See Also