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 pLayer As ILayer _ )
[C#] public void AddLayer ( ILayer pLayer );
[C++]
HRESULT AddLayer(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*