ArcObjects Library Reference (Editor)  

IAnnotationEditExtension.ConstructionSymbolID Property

The symbol id of newly created annotation features.

[Visual Basic .NET]
Public Property ConstructionSymbolID As Integer
[C#]
public int ConstructionSymbolID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to control the symbol used for constructing new annotation features.  When setting the value of ConstructionSymbolID You should check the target annotation feature class' symbol collection to ensure that the ID exists; if it does not exist an error will be returned.

See Also

IAnnotationEditExtension Interface