ArcFM Server Developer Guide
AddCursor(ICursor,IMapTableInfo,Boolean) Method


Add a cursor to the results collection; specify whether a recycling cursor was used.
Syntax
'Declaration
 
Public Overloads Sub AddCursor( _
   ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _
   ByVal table As ESRI.ArcGIS.Carto.IMapTableInfo, _
   ByVal bRecyclingCursor As Boolean _
) 
'Usage
 
Dim instance As ServerRowLayerSearchResults
Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor
Dim table As ESRI.ArcGIS.Carto.IMapTableInfo
Dim bRecyclingCursor As Boolean
 
instance.AddCursor(pCursor, table, bRecyclingCursor)
public void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor pCursor,
   ESRI.ArcGIS.Carto.IMapTableInfo table,
   bool bRecyclingCursor
)

Parameters

pCursor
table
bRecyclingCursor
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