FileGdbCoordinatePrecisionGrid.XYScale

FileGdbCoordinatePrecisionGrid.XYScale property

Gets or sets the scale of X and Y coordinates. If set to null the default is used.

public double? XYScale { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionArgument is not positive.

Remarks

Default value is 1e9 for VectorLayer with geographic SpatialReferenceSystem and XYScale = 1 / XYTolerance * 10 for VectorLayer with projected SpatialReferenceSystem.

See Also