CesiumGeneratorContextMaximumDataPointsPerFragment Property |
Gets the maximum number of data points to write at a time.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int? MaximumDataPointsPerFragment { get; }
Public ReadOnly Property MaximumDataPointsPerFragment As Integer?
Get
public:
property Nullable<int> MaximumDataPointsPerFragment {
Nullable<int> get ();
}
member MaximumDataPointsPerFragment : Nullable<int> with get
Property Value
Type:
NullableInt32See Also