This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the environment for certain Symbol operations. Note: the ISymbologyEnvironment interface has been superseded by ISymbologyEnvironment2. Please consider using the more recent version.
The ISymbologyEnvironment controls certain details of how symbols are drawn as Graphical Device Interface (GDI) objects. Most developers will find it unnecessary to change the default SymbologyEnvironment properties, as the coclass is used primarily by ArcMap to set symbology options for exporting and printing.
Name | Description | |
---|---|---|
GeometryClipping | Indicates if all geometry is clipped on output. | |
OutputGDICommentForCMYKColor | Indicates if a GDI comment is output for CMYK colors. | |
OutputGDICommentForGroupings | Indicates if a GDI comment is output for groupings. | |
OutputGDICommentForLayers | Indicates if a GDI comment is output for layers. | |
OutputGDICommentForText | Indicates if a GDI comment is output for text. | |
StrokeTrueTypeMarkers | Indicates if TrueType markers are stroked. |
Classes | Description |
---|---|
SymbologyEnvironment | Controls how symbols are drawn as Graphical Device Interface (GDI) objects. |