This document is archived and information here might be outdated.  Recommended version.


IMapLayerInfos.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapLayerInfos.Add Method

Adds a map layer info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal MapLayerInfo As IMapLayerInfo _
)
[C#]
public void Add (
    IMapLayerInfo MapLayerInfo
);
[C++]
HRESULT Add(
  IMapLayerInfo* MapLayerInfo
);
[C++]

Parameters MapLayerInfo [in]
MapLayerInfo is a parameter of type IMapLayerInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapLayerInfos Interface