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


IChooseObjectFromObjectsUI.Object Property (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 > IChooseObjectFromObjectsUI.Object Property
ArcGIS Developer Help

IChooseObjectFromObjectsUI.Object Property

Object selected in the dialog, or the one object in the cursor after the exception list was applied.

[Visual Basic .NET]
Public Sub Object ( _
    ByRef ppObject As IObject _
)
[C#]
public void Object (
    ref IObject ppObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IChooseObjectFromObjectsUI Interface