ArcFM Responder Mobile Developer Guide
AddCursor Method (IMMRowSearchResults2)






Syntax
'Declaration
 
Sub AddCursor( _
   ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _
   ByVal bRecyclingCursor As System.Boolean _
) 
'Usage
 
Dim instance As IMMRowSearchResults2
Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor
Dim bRecyclingCursor As System.Boolean
 
instance.AddCursor(pCursor, bRecyclingCursor)
void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor pCursor,
   System.bool bRecyclingCursor
)
procedure AddCursor( 
    pCursor: ESRI.ArcGIS.Geodatabase.ICursor;
    bRecyclingCursor: System.Boolean
); 
function AddCursor( 
   pCursor : ESRI.ArcGIS.Geodatabase.ICursor,
   bRecyclingCursor : System.boolean
);
void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor* pCursor,
   System.bool bRecyclingCursor
) 
void AddCursor( 
   ESRI.ArcGIS.Geodatabase.ICursor^ pCursor,
   System.bool bRecyclingCursor
) 

Parameters

pCursor
bRecyclingCursor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMRowSearchResults2 Interface
IMMRowSearchResults2 Members

Send Feedback