ArcObjects Library Reference (Carto)  

IAnnoClass.Draw Method

Draws the given annotation feature.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal annoFeature As IAnnotationFeature, _
    ByVal Display As IDisplay, _
    ByVal Symbol As ISymbol _
)
[C#]
public void Draw (
    IAnnotationFeature annoFeature,
    IDisplay Display,
    ISymbol Symbol
);
[C++]
HRESULT Draw(
  IAnnotationFeature* annoFeature,
  IDisplay* Display,
  ISymbol* Symbol
);
[C++]

Parameters

annoFeature [in]

  annoFeature is a parameter of type IAnnotationFeature

Display [in]

  Display is a parameter of type IDisplay

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

IAnnoClass Interface