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


IGpSpRefObject.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 > IGpSpRefObject Interface > IGpSpRefObject.SetZDomain Method
ArcGIS Developer Help

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