com.esri.arcgis.display
Interface ISymbologyEnvironment2

All Superinterfaces:
ISymbologyEnvironment, Serializable
All Known Implementing Classes:
SymbologyEnvironment

public interface ISymbologyEnvironment2
extends ISymbologyEnvironment, Serializable

Provides access to members that control the environment for certain Symbol operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isOutputGDICommentForFeatureAttributes()
          Indicates if a GDI comment is output for feature attributes.
 boolean isOutputGDICommentForHyperlinks()
          Indicates if a GDI comment is output for hyperlinks.
 boolean isOutputGDICommentForMapsAndLayout()
          Indicates if a GDI comment is output for Maps and Page Layout.
 void setOutputGDICommentForFeatureAttributes(boolean featureAttributes)
          Indicates if a GDI comment is output for feature attributes.
 void setOutputGDICommentForHyperlinks(boolean hyperlinks)
          Indicates if a GDI comment is output for hyperlinks.
 void setOutputGDICommentForMapsAndLayout(boolean maps)
          Indicates if a GDI comment is output for Maps and Page Layout.
 
Methods inherited from interface com.esri.arcgis.display.ISymbologyEnvironment
isGeometryClipping, isOutputGDICommentForCMYKColor, isOutputGDICommentForGroupings, isOutputGDICommentForLayers, isOutputGDICommentForText, isStrokeTrueTypeMarkers, setGeometryClipping, setOutputGDICommentForCMYKColor, setOutputGDICommentForGroupings, setOutputGDICommentForLayers, setOutputGDICommentForText, setStrokeTrueTypeMarkers
 

Method Detail

isOutputGDICommentForFeatureAttributes

boolean isOutputGDICommentForFeatureAttributes()
                                               throws IOException,
                                                      AutomationException
Indicates if a GDI comment is output for feature attributes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The featureAttributes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForFeatureAttributes

void setOutputGDICommentForFeatureAttributes(boolean featureAttributes)
                                             throws IOException,
                                                    AutomationException
Indicates if a GDI comment is output for feature attributes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
featureAttributes - The featureAttributes (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputGDICommentForHyperlinks

boolean isOutputGDICommentForHyperlinks()
                                        throws IOException,
                                               AutomationException
Indicates if a GDI comment is output for hyperlinks.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The hyperlinks
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForHyperlinks

void setOutputGDICommentForHyperlinks(boolean hyperlinks)
                                      throws IOException,
                                             AutomationException
Indicates if a GDI comment is output for hyperlinks.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
hyperlinks - The hyperlinks (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputGDICommentForMapsAndLayout

boolean isOutputGDICommentForMapsAndLayout()
                                           throws IOException,
                                                  AutomationException
Indicates if a GDI comment is output for Maps and Page Layout.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The maps
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputGDICommentForMapsAndLayout

void setOutputGDICommentForMapsAndLayout(boolean maps)
                                         throws IOException,
                                                AutomationException
Indicates if a GDI comment is output for Maps and Page Layout.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
maps - The maps (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.