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


IFindCallBack.Object Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindCallBack Interface > IFindCallBack.Object Property
ArcGIS Developer Help

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