ArcObjects Library Reference (EditorExt)  

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