This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IE > IExportOperation Interface > IExportOperation.GetOptions Method (ArcObjects .NET 10.4 SDK) |
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 );