FileGdbCoordinatePrecisionGrid.ZScale

FileGdbCoordinatePrecisionGrid.ZScale property

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

public double? ZScale { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionArgument is not positive.

Remarks

Default value is ZScale = 1 / ZTolerance * 10.

See Also