ArcFM Desktop Developer Guide
Select Method (ResultsProcessor)


Syntax
'Declaration
 
Protected Sub Select( _
   ByVal row As IRow, _
   ByVal layer As ESRI.ArcGIS.Carto.ILayer _
) 
'Usage
 
Dim instance As ResultsProcessor
Dim row As IRow
Dim layer As ESRI.ArcGIS.Carto.ILayer
 
instance.Select(row, layer)
protected void Select( 
   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

ResultsProcessor Class
ResultsProcessor Members

 

 


Send Comment