FileGdbCoordinatePrecisionGridMOrigin Property |
Gets or sets the origin 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> MOrigin { get; set; }
Public Property MOrigin As Nullable(Of Double)
Get
Set
public:
property Nullable<double> MOrigin {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MOrigin : Nullable<float> with get, set
Property Value
Type:
NullableDoubleRemarks
Default value is -1e5.
See Also