SoWWWInline.FetchURLCallBack Property |
Application callbacks invoked when the inline needs its URL data fetched.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoWWWInline. FetchURLCallback FetchURLCallBack { get; set; }
Public Shared Property FetchURLCallBack As SoWWWInline. FetchURLCallback
Get
Set
public:
static property SoWWWInline. FetchURLCallback^ FetchURLCallBack {
SoWWWInline. FetchURLCallback^ get ();
void set (SoWWWInline. FetchURLCallback^ value);
}
static member FetchURLCallBack : SoWWWInline. FetchURLCallback with get, set
Property Value
Type:
SoWWWInline.FetchURLCallback
RemarksThis happens the first time the inline is rendered, or if it needs to compute a bounding box and the bboxSize field is not set, or when requestURLData() is called.
See Also