Click or drag to resize

CzmlDocumentMaximumDataPointsPerPacket Property

Gets or sets the maximum number of data points to store in each CZML packet. By default, this value is , 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: 24.1.418.0 (24.1.418.0)
Syntax
public int? MaximumDataPointsPerPacket { get; set; }

Property Value

Type: NullableInt32
See Also