Property VerticalResolution
VerticalResolution
Gets or sets the minimum distance that separates unique z-values when stored in an ArcGISFeatureTable.
Declaration
public double VerticalResolution { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The minimum distance that separates unique z-values when stored in an ArcGISFeatureTable. |
Remarks
The vertical 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 z-values in the Geometry of an ArcGISFeature. Any z-values that differ by less than the vertical resolution will still be stored as the same z-value. The units of VerticalResolution are the units of the vertical coordinate system (VerticalUnit) defined when this builder was created, if one was set.
VerticalResolution must be greater than zero for
IsValid to be true
and ToSpatialReference() to
produce a SpatialReference. VerticalTolerance must also be at least twice
VerticalResolution.
A separate resolution, Resolution, is defined for the distance between x,y coordinates.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |