ArcObjects Library Reference (Editor)  

IAnnotationEditExtension.CurrentConstructor Property

The currently selected annotation constructor.

[Visual Basic .NET]
Public Property CurrentConstructor As IAnnotationConstructor
[C#]
public IAnnotationConstructor CurrentConstructor {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

CurrentConstructor returns an IAnnotationConstructor representing the AnnotationExitExtension's current annotation constructor. 

See Also

IAnnotationEditExtension Interface