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


IAnnotateFeaturesCallback.BeforeAnnotate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

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