SoVRMLAnchorFetchURLUserDataCallback Delegate |
Note: This API is now obsolete.
Namespace: OIV.Inventor.VRMLnodes
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public delegate bool FetchURLUserDataCallback( string url, SoVRMLAnchor node, Object userData )
<ObsoleteAttribute> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Delegate Function FetchURLUserDataCallback ( url As String, node As SoVRMLAnchor, userData As Object ) As Boolean
[ObsoleteAttribute] [EditorBrowsableAttribute(EditorBrowsableState::Never)] public delegate bool FetchURLUserDataCallback( String^ url, SoVRMLAnchor^ node, Object^ userData )
[<ObsoleteAttribute>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] type FetchURLUserDataCallback = delegate of url : string * node : SoVRMLAnchor * userData : Object -> bool