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


IAnnotationLayer.DoAddFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationLayer Interface > IAnnotationLayer.DoAddFeature Method
ArcGIS Developer Help

IAnnotationLayer.DoAddFeature Method

Adds a feature and its corresponding element to a graphics layer.

[Visual Basic .NET]
Public Sub DoAddFeature ( _
    ByVal pFeature As IFeature, _
    ByVal pElement As IElement, _
    ByVal zorder As Integer, _
    ByVal AnnotationClassID As Integer, _
    ByVal Status As esriAnnotationStatus _
)
[C#]
public void DoAddFeature (
    IFeature pFeature,
    IElement pElement,
    int zorder,
    int AnnotationClassID,
    esriAnnotationStatus Status
);
[C++]
HRESULT DoAddFeature(
  IFeature* pFeature,
  IElement* pElement,
  long zorder,
  long AnnotationClassID,
  esriAnnotationStatus Status
);
[C++]
Parameters
pFeature [in]

pFeature is a parameter of type IFeature* pElement [in]
pElement is a parameter of type IElement* zorder [in]
zorder is a parameter of type long AnnotationClassID [in]
AnnotationClassID is a parameter of type long Status [in]
Status is a parameter of type esriAnnotationStatus

Product Availability

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

See Also

IAnnotationLayer Interface