ArcObjects Library Reference (Carto)  

IWMSMapLayer.TransparentBackground Property

Indicates whether to make the background of the WMS Map Layer image transparent.

[Visual Basic .NET]
Public Property TransparentBackground As Boolean
[C#]
public bool TransparentBackground {get; set;}
[C++]
HRESULT get_TransparentBackground(
  VARIANT_BOOL* transparent
);
[C++]
HRESULT put_TransparentBackground(
  VARIANT_BOOL transparent
);
[C++]

Parameters

transparent [out, retval]   transparent is a parameter of type VARIANT_BOOL transparent [in]   transparent is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWMSMapLayer Interface