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