This document is archived and information here might be outdated. Recommended version. |
Adds a layer to the map.
[Visual Basic .NET] Public Sub AddLayer ( _ ByVal Layer As ILayer _ )
[C#] public void AddLayer ( ILayer Layer );
[C++]
HRESULT AddLayer(
ILayer* Layer
);
[C++] Parameters Layer [in]
Layer is a parameter of type ILayer*
Adds the layer to the map.