SoTileComposerParamsloadBalancingInterval Property |
Specifies the tile load balancing time interval (in milliseconds).
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFUInt32 loadBalancingInterval { get; }
Public ReadOnly Property loadBalancingInterval As SoSFUInt32
Get
public:
property SoSFUInt32^ loadBalancingInterval {
SoSFUInt32^ get ();
}
member loadBalancingInterval : SoSFUInt32 with get
Property Value
Type:
SoSFUInt32
RemarksThe 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