ArcObjects Library Reference (Carto)  

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