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


ILayerDescriptions.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptions Interface > ILayerDescriptions.Add Method
ArcGIS Developer Help

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