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