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


IAnnotateFeaturesCallback.BeforeAnnotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IA > IAnnotateFeaturesCallback Interface > IAnnotateFeaturesCallback.BeforeAnnotate Method
ArcGIS Developer Help

IAnnotateFeaturesCallback.BeforeAnnotate Method

Called before anno is added.

[Visual Basic .NET]
Public Sub BeforeAnnotate ( _
    ByVal AnnotatingLayers As IEnumLayer _
)
[C#]
public void BeforeAnnotate (
    IEnumLayer AnnotatingLayers
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAnnotateFeaturesCallback Interface