|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerVisible
COM Interface 'ILayerVisible'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the layer visibility.' 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 |
IIDd7301b50_e92e_11d2_98ce_0080c7e04196
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
isLayerVisible(int layerIndex)
Indicates if the layer at the specified index is visible. |
void |
setAllVisible(boolean allVisible)
Indicates if all the layers are visible or invisible. |
void |
setLayerVisible(int layerIndex,
boolean visible)
Indicates if the layer at the specified index is visible. |
Field Detail |
---|
static final int IIDd7301b50_e92e_11d2_98ce_0080c7e04196
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isLayerVisible(int layerIndex) throws java.io.IOException, AutomationException
layerIndex
- The layerIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerVisible(int layerIndex, boolean visible) throws java.io.IOException, AutomationException
layerIndex
- The layerIndex (in)visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllVisible(boolean allVisible) throws java.io.IOException, AutomationException
allVisible
- The allVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |