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