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


IExporter.FinishExporting Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IExporter.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

IExporter Interface