com.esri.arcgis.systemUI
Interface IToolSelectedLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Controls3DAnalystContourTool, Controls3DAnalystSteepestPathTool, ControlsSelectAllCommand, ControlsSwitchSelectionCommand, EngineNetworkAnalystEnvironment, IToolSelectedLayerProxy

public interface IToolSelectedLayer
extends java.io.Serializable

COM Interface 'IToolSelectedLayer'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that set and get the current selected layer, which selection commands and tools works on.' 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 IIDfc6732db_6295_4b39_b257_8c799ae20567
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getLayerIndex()
          The index of selected layer.
 void setLayerIndex(int layerIndex)
          The index of selected layer.
 

Field Detail

IIDfc6732db_6295_4b39_b257_8c799ae20567

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

setLayerIndex

void setLayerIndex(int layerIndex)
                   throws java.io.IOException,
                          AutomationException
The index of selected layer.

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

getLayerIndex

int getLayerIndex()
                  throws java.io.IOException,
                         AutomationException
The index of selected layer.

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