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


ILayerDescriptions.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILayerDescriptions.Add Method

Adds a layer description.

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

Parameters LayerDescription [in]
LayerDescription is a parameter of type ILayerDescription

Product Availability

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

See Also

ILayerDescriptions Interface