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


ILayerEffectDIM.DimPercentage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerEffectDIM Interface > ILayerEffectDIM.DimPercentage Property
ArcGIS Developer Help

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(
  System.Int16* 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