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


IGpSpRefObject.ZTolerance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.ZTolerance Property

The ZTolerance property.

[Visual Basic .NET]
Public Property ZTolerance As Double
[C#]
public double ZTolerance {get; set;}
[C++]
HRESULT get_ZTolerance(
  double* Value
);
[C++]
HRESULT put_ZTolerance(
  double Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface