ArcFM Server Developer Guide
AddRow(IRow,IMapTableInfo) Method


Adds a single row to the results collection.
Syntax
'Declaration
 
Public Overloads Sub AddRow( _
   ByVal pRow As IRow, _
   ByVal pTable As ESRI.ArcGIS.Carto.IMapTableInfo _
) 
'Usage
 
Dim instance As ServerRowLayerSearchResults
Dim pRow As IRow
Dim pTable As ESRI.ArcGIS.Carto.IMapTableInfo
 
instance.AddRow(pRow, pTable)
public void AddRow( 
   IRow pRow,
   ESRI.ArcGIS.Carto.IMapTableInfo pTable
)

Parameters

pRow
pTable
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

ServerRowLayerSearchResults Class
ServerRowLayerSearchResults Members
Overload List

 

 


Send Comment