This document is archived and information here might be outdated.  Recommended version.


ISpatialReferenceResolution.SetDefaultZResolution Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceResolution Interface > ISpatialReferenceResolution.SetDefaultZResolution Method
ArcGIS Developer Help

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 Samples

Creating a toolbar of globe tools