SoWWWInlineSetFetchURLCallback Method (SoWWWInlineFetchURLUserDataCallback, Object) |
Note: This API is now obsolete.
Use FetchURLCallBack property instead.
Set the delegate to invoke
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(
SoWWWInlineFetchURLUserDataCallback cb,
Object userData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use FetchURLCallBack property instead.")>
Public Shared Sub SetFetchURLCallback (
cb As SoWWWInlineFetchURLUserDataCallback,
userData As Object
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use FetchURLCallBack property instead.")]
static void SetFetchURLCallback(
SoWWWInlineFetchURLUserDataCallback^ cb,
Object^ userData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use FetchURLCallBack property instead.")>]
static member SetFetchURLCallback :
cb : SoWWWInlineFetchURLUserDataCallback *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoWWWInlineFetchURLUserDataCallback
- userData
- Type: SystemObject
See Also