Click or drag to resize
SoWWWInlineRequestURLData Method

Requests that URL data be fetched.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RequestURLData()
Remarks

This will invoke the application delegateto actually fetch the data and can be called before the inline does this for itself (see OIV.Inventor.Nodes.SoWWWInline.FetchURLCallBack).

See Also