Click or drag to resize

CzmlDocument.MaximumDataPointsPerPacket Property

Gets or sets the maximum number of data points to store in each CZML packet. By default, this value is null, meaning that there is no limit on how many data points will be written in each packet.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public int? MaximumDataPointsPerPacket { get; set; }

Property Value

Type: Nullable<Int32>
See Also