com.esri.arcgis.arcmapui
Interface ILayerEffectsEnvironment

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

public interface ILayerEffectsEnvironment
extends java.io.Serializable

COM Interface 'ILayerEffectsEnvironment'. 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 IID377aba23_2019_11d3_9f97_00c04f6bc78e
           
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.
 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.
 

Field Detail

IID377aba23_2019_11d3_9f97_00c04f6bc78e

static final int IID377aba23_2019_11d3_9f97_00c04f6bc78e
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.