ArcObjects Library Reference (Carto)  

IAnnotateLayerPropertiesCollection2.Add Method

Adds an item to the collection.

[Visual Basic .NET]
Public Function Add ( _
    ByVal Item As IAnnotateLayerProperties _
) As Integer
[C#]
public int Add (
    IAnnotateLayerProperties Item
);
[C++]
HRESULT Add(
  IAnnotateLayerProperties* Item,
  long* ID
);
[C++]

Parameters

Item [in]

  Item is a parameter of type IAnnotateLayerProperties

ID [out, retval]   ID is a parameter of type long

Product Availability

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

See Also

IAnnotateLayerPropertiesCollection2 Interface