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


IAnnotationEditExtension.CurrentConstructor 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.CurrentConstructor Property
ArcGIS Developer Help

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 | IAnnotationConstructor Interface