ArcFM Engine Developer Guide
AddCursor Method (IMMRowSearchResults2)


Syntax
'Declaration
 
Sub AddCursor( _
   ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _
   ByVal bRecyclingCursor As Boolean _
) 
'Usage
 
Dim instance As IMMRowSearchResults2
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
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

IMMRowSearchResults2 Interface
IMMRowSearchResults2 Members

 

 


Send Comment