Miner.Interop Namespace > IMMRowLayerSearchResults2 Interface : AddCursor Method |
'Declaration
Sub AddCursor( _ ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _ ByVal pLayer As ESRI.ArcGIS.Carto.ILayer, _ ByVal bRecyclingCursor As System.Boolean _ )
'Usage
Dim instance As IMMRowLayerSearchResults2 Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor Dim pLayer As ESRI.ArcGIS.Carto.ILayer Dim bRecyclingCursor As System.Boolean instance.AddCursor(pCursor, pLayer, bRecyclingCursor)
void AddCursor( ESRI.ArcGIS.Geodatabase.ICursor pCursor, ESRI.ArcGIS.Carto.ILayer pLayer, System.bool bRecyclingCursor )
procedure AddCursor( pCursor: ESRI.ArcGIS.Geodatabase.ICursor; pLayer: ESRI.ArcGIS.Carto.ILayer; bRecyclingCursor: System.Boolean );
function AddCursor( pCursor : ESRI.ArcGIS.Geodatabase.ICursor, pLayer : ESRI.ArcGIS.Carto.ILayer, bRecyclingCursor : System.boolean );
void AddCursor( ESRI.ArcGIS.Geodatabase.ICursor* pCursor, ESRI.ArcGIS.Carto.ILayer* pLayer, System.bool bRecyclingCursor )
void AddCursor( ESRI.ArcGIS.Geodatabase.ICursor^ pCursor, ESRI.ArcGIS.Carto.ILayer^ pLayer, 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