Provides access to members that control the environment for certain Symbol operations. Note: the ISymbologyEnvironment interface has been superseded byISymbologyEnvironment2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
CoClasses that implement ISymbologyEnvironment
CoClasses and Classes | Description |
---|---|
SymbologyEnvironment | Controls how symbols are drawn as Graphical Device Interface (GDI) objects. |