SoWWWAnchorSetFetchURLCallback Method (SoWWWAnchorURLUserDataCallback, Object) |
Note: This API is now obsolete.
Use FetchURLCallBack property instead.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use FetchURLCallBack property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetFetchURLCallback(
SoWWWAnchorURLUserDataCallback cb,
Object userData
)
<ObsoleteAttribute("Use FetchURLCallBack property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetFetchURLCallback (
cb As SoWWWAnchorURLUserDataCallback,
userData As Object
)
public:
[ObsoleteAttribute(L"Use FetchURLCallBack property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetFetchURLCallback(
SoWWWAnchorURLUserDataCallback^ cb,
Object^ userData
)
[<ObsoleteAttribute("Use FetchURLCallBack property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetFetchURLCallback :
cb : SoWWWAnchorURLUserDataCallback *
userData : Object -> unit
Parameters
- cb
- Type: OIV.Inventor.NodesSoWWWAnchorURLUserDataCallback
- userData
- Type: SystemObject
See Also