This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReference Interface > ISpatialReference.SetZDomain Method (ArcObjects .NET 10.5 SDK) |
The Z domain extent.
[Visual Basic .NET] Public Sub SetZDomain ( _ ByVal inZMin As Double, _ ByVal inZMax As Double _ )
[C#] public void SetZDomain ( double inZMin, double inZMax );
[C++]
HRESULT SetZDomain(
double inZMin,
double inZMax
);
[C++]
Parameters inZMin [in] inZMin is a parameter of type double inZMax [in] inZMax is a parameter of type double
An alternative method to the SetZFalseOriginAndUnits method. Sets the minimum and maximum allowed Z values for a spatial reference. Use SetZFalseOriginAndUnits to set explicitly the allowed Z precision value. The zUnits value is the inverse of the resolution of the Z data.
ISpatialReference Interface | ISpatialReferenceResolution Interface