SoWWWInlineFetchURLCallBack 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 SoWWWInlineFetchURLCallback FetchURLCallBack { get; set; }
Public Shared Property FetchURLCallBack As SoWWWInlineFetchURLCallback
Get
Set
public:
static property SoWWWInlineFetchURLCallback^ FetchURLCallBack {
SoWWWInlineFetchURLCallback^ get ();
void set (SoWWWInlineFetchURLCallback^ value);
}
static member FetchURLCallBack : SoWWWInlineFetchURLCallback with get, set
Property Value
Type:
SoWWWInlineFetchURLCallback
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