ArcFM Server Developer Guide
AddRow(IRow,IMapLayerInfo) Method


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

Parameters

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