vertical Resolution
Sets the minimum distance that separates unique z-values when stored in an ArcGISFeatureTable.
Since
200.8.0
See also
The minimum distance that separates unique z-values when stored in an ArcGISFeatureTable. 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 SpatialReferenceBuilder.verticalResolution are the units of the vertical coordinate system (SpatialReference.verticalUnit) defined when this builder was created, if one was set.
SpatialReferenceBuilder.verticalResolution must be greater than zero for SpatialReferenceBuilder.isValid to be true and SpatialReferenceBuilder.toSpatialReference to produce a SpatialReference. SpatialReferenceBuilder.verticalTolerance must also be at least twice SpatialReferenceBuilder.verticalResolution.
A separate resolution, SpatialReferenceBuilder.resolution, is defined for the distance between x,y coordinates.
Since
200.8.0