FileGdbCoordinatePrecisionGrid.XOrigin

FileGdbCoordinatePrecisionGrid.XOrigin property

Gets or sets the origin of X coordinate. If set to null the default is used.

public double? XOrigin { get; set; }

Remarks

Default value is -400 for VectorLayer with geographic SpatialReferenceSystem and -2147483647 for VectorLayer with projected SpatialReferenceSystem.

See Also