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


IDimensionConstructor.Shutdown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface > IDimensionConstructor.Shutdown Method
ArcGIS Developer Help

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