ArcObjects Library Reference (ArcMapUI)  

IFindCallBack.Object Property

The object value of the new row. This object is passed to the popup menu in an ISet.

[Visual Basic .NET]
Public WriteOnly Property Object
[C#]
public void Object {set;}

Product Availability

Available with ArcGIS Desktop.

Description

The object to show as a new row in the value list. Typically an IFeatureFindData.

Remarks

A reference to a feature

See Also

IFindCallBack Interface