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


IDimensionConstructor.Shutdown Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IDimensionConstructor.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 DimensionEditExtension's destructor is called, typically when ArcMap is shut down.

See Also

IDimensionConstructor Interface