ArcObjects Library Reference (Editor)  

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