SoVRMLAnchorFetchURLCallback Delegate |
Note: This API is now obsolete.
This is the format for callbacks during anchor activation (left mouse click) and highlight (move over the anchor).
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void FetchURLCallback(
string url,
SoVRMLAnchor node
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Delegate Sub FetchURLCallback (
url As String,
node As SoVRMLAnchor
)
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public delegate void FetchURLCallback(
String^ url,
SoVRMLAnchor^ node
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type FetchURLCallback =
delegate of
url : string *
node : SoVRMLAnchor -> unit
Parameters
- url
- Type: SystemString
- node
- Type: OIV.Inventor.VRMLnodesSoVRMLAnchor
RemarksThe URL for the anchor is passed, with additional information as described by the map field tagged onto the URL. Obsoletesince Open Inventor 9500
The VRML API is no longer supported. See section http://oivdoc95.vsg3d.com/content/compatibility-notes-4#Deprecation of the Reference Manual.
See Also