Click or drag to resize
SoWWWInline.FetchURLCallBack Property

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

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

Property Value

Type: SoWWWInline.FetchURLCallback
Remarks

This happens the first time the inline is rendered, or if it needs to compute a bounding box and the OIV.Inventor.Nodes.SoWWWInline.m_bboxSize field is not set, or when OIV.Inventor.Nodes.SoWWWInline.RequestURLData() is called.

See Also