Miner.Interop Namespace > IMMRowSearchResults2 Interface : AddCursor Method |
'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 )
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