ArcObjects Library Reference (Geometry) |
|
IGeometryEnvironment Interface
Provides access to members that control global geometry variables. Note: the IGeometryEnvironment interface has been superseded byIGeometryEnvironment4. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
Description |
|
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. |
|
NoDiceLimit |
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids. |
CoClasses that implement IGeometryEnvironment
CoClasses and Classes |
Description |
GeometryEnvironment |
Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |
.NET Samples
Custom feedback tool and font drop-down list tool control (Code Files:
ToolSample)