ArcFM Engine Developer Guide
AddCursor Method (IMMRowSearchResults)


ICursor
Boolean value indicating whether the cursor is recycling
This method adds a cursor.
Syntax
'Declaration
 
Sub AddCursor( _
   ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _
   ByVal bRecyclingCursor As Boolean _
) 
'Usage
 
Dim instance As IMMRowSearchResults
Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor
Dim bRecyclingCursor As Boolean
 
instance.AddCursor(pCursor, bRecyclingCursor)
void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor pCursor,
   bool bRecyclingCursor
)

Parameters

pCursor
ICursor
bRecyclingCursor
Boolean value indicating whether the cursor is recycling
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

IMMRowSearchResults Interface
IMMRowSearchResults Members

 

 


Send Comment