com.esri.arcgis.carto
Interface ILayerEffectDIM

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, ILayerEffectDIMProxy

public interface ILayerEffectDIM
extends java.io.Serializable

COM Interface 'ILayerEffectDIM'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control DIM layer effect.' 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 IIDc67c6655_6540_442b_8659_a286c2bfa205
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getDimPercentage()
          Layer DIM value in percent (0 - 100).
 void setDimPercentage(short dimValue)
          Layer DIM value in percent (0 - 100).
 

Field Detail

IIDc67c6655_6540_442b_8659_a286c2bfa205

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

getDimPercentage

short getDimPercentage()
                       throws java.io.IOException,
                              AutomationException
Layer DIM value in percent (0 - 100).

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

setDimPercentage

void setDimPercentage(short dimValue)
                      throws java.io.IOException,
                             AutomationException
Layer DIM value in percent (0 - 100).

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