ArcObjects Library Reference  (Carto)    

IAnnotateLayerPropertiesCollection2.Add Method

Adds an item to the collection.

[Visual Basic 6.0]
Function Add(
    ByVal Item As IAnnotateLayerProperties _
) As Long
[Visual Basic .NET]
Public Function Add ( _
    ByVal Item As IAnnotateLayerProperties _
) As Integer
[C#]
public int Add (
    IAnnotateLayerProperties Item
);
[Java]
public int add (
    IAnnotateLayerProperties Item
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page