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)
Syntaxpublic int? MaximumDataPointsPerPacket { get; set; }
Public Property MaximumDataPointsPerPacket As Integer?
Get
Set
public:
property Nullable<int> MaximumDataPointsPerPacket {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaximumDataPointsPerPacket : Nullable<int> with get, set
Property Value
Type:
Nullable<Int32>
See Also