ArcObjects Library Reference (Geometry)  

ISpatialReferenceResolution.SetDefaultZResolution Method

Sets the z coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.

[Visual Basic .NET]
Public Sub SetDefaultZResolution ( _
)
[C#]
public void SetDefaultZResolution (
);
[C++]
HRESULT SetDefaultZResolution(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This method behaves analogously to the SetDefaultXYResolution method, but operates on the linear z coordinate grid.  For a high-precision spatial reference the default ZResolution is 0.0001 meters (expressed in the units defined by the VCS if applicable); for a low-precision spatial reference the default ZResolution is 0.001 units.

See Also

ISpatialReferenceResolution Interface

.NET Snippets

Create High Precision Spatial Reference

.NET Samples

Creating a toolbar of globe tools (Code Files: SpatialReference)