Click or drag to resize
SoTileComposerParamsloadBalancingInterval Property

Specifies the tile load balancing time interval (in milliseconds).

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFUInt32 loadBalancingInterval { get; }

Property Value

Type: SoSFUInt32
Remarks

The tile load balancing manager will check at the specified interval to see if the tile configuration should be recomputed to improve the balance. Default is 100 milliseconds.

See Also