This document is archived and information here might be outdated.  Recommended version.


IConstructDomainExtent2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructDomainExtent2 Interface
ArcGIS Developer Help

IConstructDomainExtent2 Interface

Constructs a Z/M domain extent from the specified extent and information from a spatial reference.

Product Availability

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

Members

Name Description
Method ConstructDomainExtent Constructs a new envelope by expanding the input envelope about its center. Scale is typically a power of 10 indicating the number of sig figs to preserve. If its zero, the extent is expanded 1.5 times (subject to some constraints).
Method ConstructZMDomainExtent (deprecated, use ConstructZMDomainExtent2) Constructs a low precision Z or M domain extent centered on the specified extent. scale is 1/(desired resolution). If scale is 0.0, a default of 1,000,000.0 is used.
Method ConstructZMDomainExtent2 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.

Inherited Interfaces

Interfaces Description
IConstructDomainExtent Provides access to members that construct domain extents based on defined precision.

Classes that implement IConstructDomainExtent2

Classes Description