ArcObjects Library Reference (Geometry)  

IConstructDomainExtent2.ConstructZMDomainExtent2 Method

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,
  double* outMin,
  double* outMax,
  double* outScale
);
[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 outScale [out, retval]   outScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConstructDomainExtent2 Interface