ArcFM Server Developer Guide
AddCursor(ICursor,IMapLayerInfo,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 layer As ESRI.ArcGIS.Carto.IMapLayerInfo, _
   ByVal bRecyclingCursor As Boolean _
) 
'Usage
 
Dim instance As ServerRowLayerSearchResults
Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor
Dim layer As ESRI.ArcGIS.Carto.IMapLayerInfo
Dim bRecyclingCursor As Boolean
 
instance.AddCursor(pCursor, layer, bRecyclingCursor)
public void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor pCursor,
   ESRI.ArcGIS.Carto.IMapLayerInfo layer,
   bool bRecyclingCursor
)

Parameters

pCursor
layer
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