This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementCollection2 Interface > IElementCollection2.Add Method (ArcObjects .NET 10.5 SDK) |
Adds an element to the collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As IElement, _ [ByVal LinkedFeatureID As Integer], _ [ByVal AnnotationClassID As Integer], _ [ByVal Status As esriAnnotationStatus] _ )
[C#] public void Add ( IElement Element, int LinkedFeatureID, int AnnotationClassID, esriAnnotationStatus Status );
Optional Values
[C++]
HRESULT Add(
IElement* Element,
long LinkedFeatureID,
long AnnotationClassID,
esriAnnotationStatus Status
);
[C++]
Parameters Element [in]
Element is a parameter of type IElement LinkedFeatureID [in, optional, defaultvalue(0)] LinkedFeatureID is a parameter of type long AnnotationClassID [in, optional, defaultvalue(-1)] AnnotationClassID is a parameter of type long Status [in, optional, defaultvalue(0)]
Status is a parameter of type esriAnnotationStatus