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


IMapServerObjects3.ApplyMapDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerObjects3 Interface > IMapServerObjects3.ApplyMapDescription Method
ArcGIS Developer Help

IMapServerObjects3.ApplyMapDescription Method

Applies the current state of the map description to the map server object.

[Visual Basic .NET]
Public Sub ApplyMapDescription ( _
    ByVal MapDescription As IMapDescription, _
    ByVal mapDisplay As IImageDisplay _
)
[C#]
public void ApplyMapDescription (
    IMapDescription MapDescription,
    IImageDisplay mapDisplay
);
[C++]
HRESULT ApplyMapDescription(
  IMapDescription* MapDescription,
  IImageDisplay* mapDisplay
);
[C++]
Parameters
MapDescription [in]

MapDescription is a parameter of type IMapDescription* mapDisplay [in]
mapDisplay is a parameter of type IImageDisplay*

Product Availability

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

See Also

IMapServerObjects3 Interface