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


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

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