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


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

IGeometryEnvironment4 Interface

Provides access to members that control additional global geometry variables.

Product Availability

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

Members

Name Description
Read/write property AngularAutoDensifyTolerance The default angular increment to be used with angular densification.
Read/write property AutoDensifyTolerance The maximum distance by which on-the-fly deviation-based densification may differ from the original. If the value is less than or equal to zero, the system will try to pick a reasonable tolerance at the time of densification.
Read/write property DeviationAutoDensifyTolerance The default deviation distance to be used for curve segment densification.
Read/write property DiceWithTrapezoids Selects dicing algorithm. True means dicing with trapezoids, False means dicing with smaller polygons and polypolygons. True by default.
Read/write property DicingEnabled Indicates whether large polygons are diced before being sent to GDI. True by default.
Read/write property ExpandSubPixelParts Selects export to WIN32 shape mode. True means export without loss of sub-pixel parts, False means eliminating parts that degenerate into single pixel. False by default.
Read/write property NoDiceLimit Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
Read/write property Pre81Compatibility Indicates if some geometric operations are compatible with releases previous to 8.1. When set to false, return errors for some illegal relational operations (default is true).
Read/write property UseAlternativeTopoOps Indicates whether alternative versions of polygon intersection and union should be used.

Inherited Interfaces

Interfaces Description
IGeometryEnvironment3 Provides access to members that control additional global geometry variables.
IGeometryEnvironment2 Provides access to members that control additional global geometry variables.
IGeometryEnvironment Provides access to members that control global geometry variables.

Classes that implement IGeometryEnvironment4

Classes Description
GeometryEnvironment Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods.