SoVRMLInlineFetchURLCallback Delegate |
Note: This API is now obsolete.
This is the format for callbacks that will get URL data for us.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public delegate void FetchURLCallback(
string url,
SoVRMLInline node
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Delegate Sub FetchURLCallback (
url As String,
node As SoVRMLInline
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
public delegate void FetchURLCallback(
String^ url,
SoVRMLInline^ node
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
type FetchURLCallback =
delegate of
url : string *
node : SoVRMLInline -> unit
Parameters
- url
- Type: SystemString
- node
- Type: OIV.Inventor.VRMLnodesSoVRMLInline
RemarksOnce they get the data, they should call the setChildData() method. 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