ArcObjects Library Reference (Editor)  

IAnnotationEditExtension.ConstructionSymbol Property

The symbol to be used for newly created annotation features.

[Visual Basic .NET]
Public ReadOnly Property ConstructionSymbol As ITextSymbol
[C#]
public ITextSymbol ConstructionSymbol {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the current text symbol from the symbol collection of the current target annotation feature class.  Use the symbol returned when creating feedback for a custom annotation constructor.

See Also

IAnnotationEditExtension Interface