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


IAnnotationConstructor.Shutdown Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IAnnotationConstructor.Shutdown Method

The constructor start event.

[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#]
public void Shutdown (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Shutdown is called when the AnnotationEditExtension's destructor is called, typically when ArcMap is shut down.

See Also

IAnnotationConstructor Interface