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