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


IFieldMappingUI.SelectedTarget Property (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 > IFieldMappingUI.SelectedTarget Property
ArcGIS Developer Help

IFieldMappingUI.SelectedTarget Property

Selected target name in dialog.

[Visual Basic .NET]
Public Sub SelectedTarget ( _
    ByRef selectedTargetName As String _
)
[C#]
public void SelectedTarget (
    ref string selectedTargetName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFieldMappingUI Interface