com.esri.arcgis.arcmapui
Interface ILayerEffectsEnvironment2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerEffectsEnvironment2Proxy, LayerEffectsEnvironment

public interface ILayerEffectsEnvironment2
extends java.io.Serializable

COM Interface 'ILayerEffectsEnvironment2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Layer Effects Environment.' 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 IID5afa7340_1eec_4eb8_9e15_b414df0ff8e9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActiveView getActiveView()
          The IActiveView interface of the view to be refreshed.
 ILayerEffects getEffectsLayer()
          The ILayerEffects interface of the current effects layer.
 ILayer getSelectedLayer()
          Currenttly selected layer.
 void setActiveViewByRef(IActiveView activeView)
          The IActiveView interface of the view to be refreshed.
 void setEffectsLayerByRef(ILayerEffects effects)
          The ILayerEffects interface of the current effects layer.
 void setSelectedLayerByRef(ILayer layer)
          Currenttly selected layer.
 

Field Detail

IID5afa7340_1eec_4eb8_9e15_b414df0ff8e9

static final int IID5afa7340_1eec_4eb8_9e15_b414df0ff8e9
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

getEffectsLayer

ILayerEffects getEffectsLayer()
                              throws java.io.IOException,
                                     AutomationException
The ILayerEffects interface of the current effects layer.

Returns:
A reference to a com.esri.arcgis.carto.ILayerEffects
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEffectsLayerByRef

void setEffectsLayerByRef(ILayerEffects effects)
                          throws java.io.IOException,
                                 AutomationException
The ILayerEffects interface of the current effects layer.

Parameters:
effects - A reference to a com.esri.arcgis.carto.ILayerEffects (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActiveView

IActiveView getActiveView()
                          throws java.io.IOException,
                                 AutomationException
The IActiveView interface of the view to be refreshed.

Returns:
A reference to a com.esri.arcgis.carto.IActiveView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveViewByRef

void setActiveViewByRef(IActiveView activeView)
                        throws java.io.IOException,
                               AutomationException
The IActiveView interface of the view to be refreshed.

Parameters:
activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedLayer

ILayer getSelectedLayer()
                        throws java.io.IOException,
                               AutomationException
Currenttly selected layer.

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedLayerByRef

void setSelectedLayerByRef(ILayer layer)
                           throws java.io.IOException,
                                  AutomationException
Currenttly selected layer.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.