com.esri.arcgis.display
Interface ILayerColorLock

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerColorLockProxy, MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol

public interface ILayerColorLock
extends java.io.Serializable

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

IIDd7301b51_e92e_11d2_98ce_0080c7e04196

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

isLayerColorLock

boolean isLayerColorLock(int layerIndex)
                         throws java.io.IOException,
                                AutomationException
Indicates if a color lock is present for the layer at the specified index.

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

setLayerColorLock

void setLayerColorLock(int layerIndex,
                       boolean colorLock)
                       throws java.io.IOException,
                              AutomationException
Indicates if a color lock is present for the layer at the specified index.

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

setAllColorLocked

void setAllColorLocked(boolean allLocked)
                       throws java.io.IOException,
                              AutomationException
Indicates if the color is locked for all layers.

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