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


IGpSpRefObject.SetZDomain Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.SetZDomain Method

Get the Z domain extent.

[Visual Basic .NET]
Public Sub SetZDomain ( _
    ByVal ZMin As Double, _
    ByVal ZMax As Double _
)
[C#]
public void SetZDomain (
    double ZMin,
    double ZMax
);
[C++]
HRESULT SetZDomain(
  double ZMin,
  double ZMax
);
[C++]

Parameters ZMin [in] ZMin is a parameter of type double ZMax [in] ZMax is a parameter of type double

Product Availability

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

See Also

IGpSpRefObject Interface