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


IGPZDomain.SetZDomain Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPZDomain Interface > IGPZDomain.SetZDomain Method
ArcGIS Developer Help

IGPZDomain.SetZDomain Method

Set the z domain extent.

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

inZMin is a parameter of type double inZMax [in]
inZMax is a parameter of type double

Product Availability

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

See Also

IGPZDomain Interface