FileGdbCoordinatePrecisionGridMScale Property

Gets or sets the scale of M coordinate. If set to the default is used.

Namespace:  Aspose.Gis.Formats.FileGdb
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public Nullable<double> MScale { get; set; }

Property Value

Type: NullableDouble
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Argument is not positive.
Remarks
Default value is MScale = 1 / MTolerance * 10.
See Also