This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpSpRefObject Interface > IGpSpRefObject.SetZDomain Method (ArcObjects .NET 10.5 SDK) |
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