com.esri.arcgis.display
Interface ISymbologyEnvironment2

All Superinterfaces:
ISymbologyEnvironment, java.io.Serializable
All Known Implementing Classes:
ISymbologyEnvironment2Proxy, SymbologyEnvironment

public interface ISymbologyEnvironment2
extends ISymbologyEnvironment, java.io.Serializable

COM Interface 'ISymbologyEnvironment2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the environment for certain Symbol operations.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf8c203ae_65c9_4919_b39f_b006927b2979
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ISymbologyEnvironment
IID65856cd7_ad04_11d3_9fc2_00c04f6bc8dd
 
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
 

Field Detail

IIDf8c203ae_65c9_4919_b39f_b006927b2979

static final int IIDf8c203ae_65c9_4919_b39f_b006927b2979
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isOutputGDICommentForFeatureAttributes

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

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

setOutputGDICommentForFeatureAttributes

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

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

isOutputGDICommentForHyperlinks

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

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

setOutputGDICommentForHyperlinks

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

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

isOutputGDICommentForMapsAndLayout

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

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

setOutputGDICommentForMapsAndLayout

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

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