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


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

IAnnotationEditExtension.AnnotationConstructors Property

The annotation constructors for creating new annotations.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the current annotation constructors under the component category 'ESRI Annotation Constructors', returning them in an IEnumAnnotationConstructor.

See Also

IAnnotationEditExtension Interface | IAnnotationConstructor Interface