This document is archived and information here might be outdated. Recommended version. |
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*