This document is archived and information here might be outdated. Recommended version. |
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*