ArcObjects Library Reference (ArcMapUI)  

IFindCallBack.AddNewRow Method

Adds a new row to the listbox, using values set with ColumnValue.

[Visual Basic .NET]
Public Sub AddNewRow ( _
)
[C#]
public void AddNewRow (
);

Product Availability

Available with ArcGIS Desktop.

Description

Adds a new row to the value list. Should be called once the properties of this interface and IFeatureFindData have been properly initialized.

See Also

IFindCallBack Interface