Responder Developer Guide
AddRow Method (RowLayerSearchResults)


Version: 10.2.1a

Resource Center Home

Adds a single row to the results collection.
Syntax
'Declaration
 
Public Sub AddRow( _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal layer As ESRI.ArcGIS.Carto.ILayer _
) 
'Usage
 
Dim instance As RowLayerSearchResults
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim layer As ESRI.ArcGIS.Carto.ILayer
 
instance.AddRow(row, layer)
public void AddRow( 
   ESRI.ArcGIS.Geodatabase.IRow row,
   ESRI.ArcGIS.Carto.ILayer layer
)

Parameters

row
layer
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RowLayerSearchResults Class
RowLayerSearchResults Members

 

 


Send Comment