Click or drag to resize
SoWWWInlineFetchURLCallBack Property

Application callbacks invoked when the inline needs its URL data fetched.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static SoWWWInlineFetchURLCallback FetchURLCallBack { get; set; }

Property Value

Type: SoWWWInlineFetchURLCallback
Remarks

This 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