FileGdbCoordinatePrecisionGrid.MScale

FileGdbCoordinatePrecisionGrid.MScale property

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

public double? MScale { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionArgument is not positive.

Remarks

Default value is MScale = 1 / MTolerance * 10.

See Also