FileGdbCoordinatePrecisionGridXOrigin Property |
Gets or sets the origin of X 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)
Syntaxpublic Nullable<double> XOrigin { get; set; }
Public Property XOrigin As Nullable(Of Double)
Get
Set
public:
property Nullable<double> XOrigin {
Nullable<double> get ();
void set (Nullable<double> value);
}
member XOrigin : Nullable<float> with get, set
Property Value
Type:
NullableDouble
Remarks
See Also