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


IExportOperation.GetOptions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IE > IExportOperation Interface > IExportOperation.GetOptions Method
ArcGIS Developer Help

IExportOperation.GetOptions Method

Provides a dialog that prompts for export options. These include including the output table/feature class.

[Visual Basic .NET]
Public Function GetOptions ( _
    ByVal featureClass As IFeatureClass, _
    ByVal layerName As String, _
    ByVal hasSelection As Boolean, _
    ByVal supportMapProjection As Boolean, _
    ByVal parentHWnd As Integer, _
    ByRef saveProjection As Boolean, _
    ByRef option As esriExportTableOptions _
) As IDatasetName
[C#]
public IDatasetName GetOptions (
    IFeatureClass featureClass,
    string layerName,
    bool hasSelection,
    bool supportMapProjection,
    int parentHWnd,
    ref bool saveProjection,
    ref esriExportTableOptions option
);

Product Availability

Available with ArcGIS Desktop.

See Also

IExportOperation Interface