This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer2 Interface > IWMSMapLayer2.TransparentBackground Property (ArcObjects .NET 10.5 SDK) |
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