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


IMapServerRESTLayer.TransparentBackground Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerRESTLayer.TransparentBackground Property

Whether to render the MapService with a transparent background.

[Visual Basic .NET]
Public Sub TransparentBackground ( _
    ByRef TransparentBackground As Boolean _
)
[C#]
public void TransparentBackground (
    ref bool TransparentBackground
);
[C++]
HRESULT get_TransparentBackground(
  VARIANT_BOOL* TransparentBackground
);
[C++]

Parameters TransparentBackground [out] TransparentBackground is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapServerRESTLayer Interface