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


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

ICoverageAnnotationLayerWrite.DoAddFeature Method

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

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

pFeature is a parameter of type IFeature* pElement [in]
pElement is a parameter of type IElement*

Product Availability

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

See Also

ICoverageAnnotationLayerWrite Interface