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


IExportSupport.ExportInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportSupport Interface > IExportSupport.ExportInfo Property
ArcGIS Developer Help

IExportSupport.ExportInfo Property

The helper oject to generate export information.

[Visual Basic .NET]
Public WriteOnly Property ExportInfo
[C#]
public void ExportInfo {set;}
[C++]
HRESULT putref_ExportInfo(
  IFeatureExportInfoGenerator* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureExportInfoGenerator*

Product Availability

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

See Also

IExportSupport Interface