ArcObjects Library Reference (Display)  

IDimDisplayFilter.Opacity Property

Opacity value (0-255).

[Visual Basic .NET]
Public Property Opacity As Short
[C#]
public short Opacity {get; set;}
[C++]
HRESULT get_Opacity(
  short* alpha
);
[C++]
HRESULT put_Opacity(
  short alpha
);
[C++]

Parameters

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

Product Availability

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

See Also

IDimDisplayFilter Interface