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


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

IAnnotationEditExtension.IsAnnotationTarget Property

Indicates if an annotation feature class is the current editor target.

[Visual Basic .NET]
Public ReadOnly Property IsAnnotationTarget As Boolean
[C#]
public bool IsAnnotationTarget {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Determines if the editor's target layer is an annotation feature class.  This could also be determined by querying the GeometryType of the target layer's feature class.  This property returns True for both 8.3 annotation feature classes and annotation updated or created in 9.0. 

See Also

IAnnotationEditExtension Interface