Show / Hide Table of Contents

Property Resolution

Resolution

Gets or sets the minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable.

Declaration
public double Resolution { get; set; }
Property Value
Type Description
System.Double

The minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable.

Remarks

The resolution represents the detail in which a feature class records the location and shape of features, defining the number of decimal places or significant digits stored. It is the minimum distance that separates x,y coordinate values in the Geometry of an ArcGISFeature. Any coordinates that differ by less than the resolution will still be stored as the same coordinate value. The units of Resolution are the units of the horizontal coordinate system (Unit) defined when this builder was created.

Resolution must be greater than zero for IsValid to be true and ToSpatialReference() to produce a SpatialReference. Tolerance must also be at least twice Resolution.

A separate resolution, VerticalResolution, is defined for the distance between z-values.

See Also
Unit
Tolerance

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.8
.NET200.8
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.