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


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

IExporter2.StartExporting Method

Initializes the Exporter.

[Visual Basic .NET]
Public Function StartExporting ( _
) As Integer
[C#]
public int StartExporting (
);
[C++]
HRESULT StartExporting(
void
);

Product Availability

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

See Also

IExporter2 Interface