ArcObjects Library Reference (EditorExt)  

IFieldMappingUI Interface

Provides access to members that display the field mapping UI.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method DoModal Show field mapping dialog.
Write-only property HideGeometryTransfer Hide geometry transfer toggle.
Read-only property SelectedSource Selected source name in dialog.
Read-only property SelectedTarget Selected target name in dialog.
Write-only property WindowTitle Override default window title.

CoClasses that implement IFieldMappingUI

CoClasses and Classes Description
FieldMappingUI Window used to setup field mappings for attribute transfer.

Remarks

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.