This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnoClass Interface > IAnnoClass.Draw Method (ArcObjects .NET 10.4 SDK) |
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