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


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

IChooseObjectFromObjectsUI Interface

Provides access to members that display a dialog, that allow you to choose an object from a list.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Cursor Input Cursor.
Method DoModal Show object selection dialog. Dialog will only show if there are 2 or more features to display.
Write-only property ExceptionList IDs in this list will not be shown in the dialog. Optional argument.
Write-only property Layer Layer of object. Used to display the object according to the layers settings. Optional argument.
Read-only property Object Object selected in the dialog, or the one object in the cursor after the exception list was applied.
Write-only property WindowTitle Title of the window. Default: Select an object.

Classes that implement IChooseObjectFromObjectsUI

Classes Description
ChooseObjectFromObjectsUI The object chooser from many objects.

Remarks

This interface and its members are used internally within Spatial Adjustment.