This document is archived and information here might be outdated. Recommended version. |
Constructs a low or high precision Z or M domain extent centered on the input extent. inScale is 1/desired resolution. If inScale is zero, 1/.1 mm is used for a high precision domain and 1/1mm is used for a low precision domain.
[Visual Basic .NET] Public Function ConstructZMDomainExtent2 ( _ ByVal pSR As ISpatialReference, _ ByVal inMin As Double, _ ByVal inMax As Double, _ ByVal inScale As Double, _ ByRef outMin As Double, _ ByRef outMax As Double _ ) As Double
[C#] public double ConstructZMDomainExtent2 ( ISpatialReference pSR, double inMin, double inMax, double inScale, ref double outMin, ref double outMax );
[C++]
HRESULT ConstructZMDomainExtent2(
ISpatialReference* pSR,
double inMin,
double inMax,
double inScale,
System.Double* outMin,
System.Double* outMax
);
[C++] Parameters pSR
pSR is a parameter of type ISpatialReference* inMin
inMin is a parameter of type double inMax
inMax is a parameter of type double inScale
inScale is a parameter of type double outMin [out]
outMin is a parameter of type double* outMax [out]
outMax is a parameter of type double*