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


IWMSLayerDescription2.IsOpaque Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWMSLayerDescription2.IsOpaque Property

Indicates whether the layer is opaque or transparent in terms of the area that gets drawn.

[Visual Basic .NET]
Public ReadOnly Property IsOpaque As Boolean
[C#]
public bool IsOpaque {get;}
[C++]
HRESULT get_IsOpaque(
  VARIANT_BOOL* IsOpaque
);
[C++]

Parameters IsOpaque [out, retval] IsOpaque is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWMSLayerDescription2 Interface