This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPZDomain Interface > IGPZDomain.GetZDomain Method (ArcObjects .NET 10.4 SDK) |
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(
double* outZMin,
double* outZMax
);
[C++]
Parameters outZMin [out] outZMin is a parameter of type double outZMax [out] outZMax is a parameter of type double