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


IWMSMapLayer3.ServerSupportsTransparency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer3 Interface > IWMSMapLayer3.ServerSupportsTransparency Property
ArcGIS Developer Help

IWMSMapLayer3.ServerSupportsTransparency Property

Indicates whether transparency is suppported by the server.

[Visual Basic .NET]
Public ReadOnly Property ServerSupportsTransparency As Boolean
[C#]
public bool ServerSupportsTransparency {get;}
[C++]
HRESULT get_ServerSupportsTransparency(
  Boolean* transparent
);
[C++]
Parameters
transparent [out, retval]

transparent is a parameter of type bool*

Product Availability

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

See Also

IWMSMapLayer3 Interface