|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerColorLock
COM Interface 'ILayerColorLock'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description: 'Provides access to members that control the layer color locking.' 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 |
IIDd7301b51_e92e_11d2_98ce_0080c7e04196
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
isLayerColorLock(int layerIndex)
Indicates if a color lock is present for the layer at the specified index. |
void |
setAllColorLocked(boolean allLocked)
Indicates if the color is locked for all layers. |
void |
setLayerColorLock(int layerIndex,
boolean colorLock)
Indicates if a color lock is present for the layer at the specified index. |
| Field Detail |
|---|
static final int IIDd7301b51_e92e_11d2_98ce_0080c7e04196
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isLayerColorLock(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 setLayerColorLock(int layerIndex,
boolean colorLock)
throws java.io.IOException,
AutomationException
layerIndex - The layerIndex (in)colorLock - The colorLock (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllColorLocked(boolean allLocked)
throws java.io.IOException,
AutomationException
allLocked - The allLocked (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 | ||||||||