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


IFieldMappingUI Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IF > IFieldMappingUI Interface
ArcGIS Developer Help

IFieldMappingUI Interface

Provides access to members that display the field mapping UI.

Product Availability

Available with ArcGIS Desktop.

Members

Name 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.

Classes that implement IFieldMappingUI

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.