ArcObjects Library Reference (Display)  

ISymbologyEnvironment Interface

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
Read/write property GeometryClipping Indicates if all geometry is clipped on output.
Read/write property OutputGDICommentForCMYKColor Indicates if a GDI comment is output for CMYK colors.
Read/write property OutputGDICommentForGroupings Indicates if a GDI comment is output for groupings.
Read/write property OutputGDICommentForLayers Indicates if a GDI comment is output for layers.
Read/write property OutputGDICommentForText Indicates if a GDI comment is output for text.
Read/write property 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.