ArcObjects Library Reference (GeoDatabaseUI)  

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