ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.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

IWMSLayerDescription Interface