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 );
Parameters
Item [in]
Item is a parameter of type IAnnotateLayerProperties
ID [out, retval]
ID is a parameter of type long