com.esri.arcgis.carto
Interface ILayerEffectDIM

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasemapLayer, ILayerEffectDIMProxy

public interface ILayerEffectDIM
extends Serializable

Provides access to members that control DIM layer effect.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 short getDimPercentage()
          Layer DIM value in percent (0 - 100).
 void setDimPercentage(short dimValue)
          Layer DIM value in percent (0 - 100).
 

Method Detail

getDimPercentage

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDimPercentage

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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