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.2.419.0 (24.2.419.0)
Syntax public 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:
NullableInt32See Also