This document is archived and information here might be outdated.  Recommended version.


ILayerEffectDIM.DimPercentage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILayerEffectDIM.DimPercentage Property

Layer DIM value in percent (0 - 100).

[Visual Basic .NET]
Public Property DimPercentage As Short
[C#]
public short DimPercentage {get; set;}
[C++]
HRESULT get_DimPercentage(
  short* dimValue
);
[C++]
HRESULT put_DimPercentage(
  short dimValue
);
[C++]

Parameters dimValue [out, retval] dimValue is a parameter of type short dimValue [in] dimValue is a parameter of type short

Product Availability

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

See Also

ILayerEffectDIM Interface