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


IExport.FinishExporting Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExport Interface > IExport.FinishExporting Method
ArcGIS Developer Help

IExport.FinishExporting Method

Shuts down the Exporter.

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExport Interface