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


IAnnotationEditExtension.ConstructionSymbolID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAnnotationEditExtension Interface > IAnnotationEditExtension.ConstructionSymbolID Property
ArcGIS Developer Help

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