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


ISymbologyEnvironment Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbologyEnvironment Interface
ArcGIS Developer Help

ISymbologyEnvironment Interface

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.

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

Name 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.

Classes that implement ISymbologyEnvironment

Classes Description
SymbologyEnvironment Controls how symbols are drawn as Graphical Device Interface (GDI) objects.