This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerObjects3 Interface > IMapServerObjects3.ApplyMapDescription Method (ArcObjects .NET 10.4 SDK) |
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