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


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

ISpatialReference2GEN.GetZDomain Method

Get the Z domain extent.

[Visual Basic .NET]
Public Sub GetZDomain ( _
    ByRef outZMin As Double, _
    ByRef outZMax As Double _
)
[C#]
public void GetZDomain (
    ref double outZMin,
    ref double outZMax
);
[C++]
HRESULT GetZDomain(
  System.Double* outZMin,
  System.Double* outZMax
);
[C++]
Parameters
outZMin [in, out]

outZMin is a parameter of type double* outZMax [in, out]
outZMax is a parameter of type double*

Product Availability

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

See Also

ISpatialReference2GEN Interface