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


IWMSMapLayer.ServerSupportsTransparency Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMSMapLayer.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(
  VARIANT_BOOL* transparent
);
[C++]

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

Product Availability

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

See Also

IWMSMapLayer Interface