This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IF > IFieldMappingUI Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that display the field mapping UI.
Description | ||
---|---|---|
DoModal | Show field mapping dialog. | |
HideGeometryTransfer | Hide geometry transfer toggle. | |
SelectedSource | Selected source name in dialog. | |
SelectedTarget | Selected target name in dialog. | |
WindowTitle | Override default window title. |
CoClasses and Classes | Description |
---|---|
FieldMappingUI | Window used to setup field mappings for attribute transfer. |
Developers would not normally implement this interface and its members as this is used to display a modal dialog. The IFieldMap interface should be used to programatically create and implement a field map.