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 [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.