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


IChooseObjectFromObjectsUI.Object Property (ArcObjects .NET 10.5 SDK)
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