ArcFM Responder Mobile Developer Guide
AddCursor Method (IMMRowLayerSearchResults)






Syntax
'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 IMMRowLayerSearchResults
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
) 

Parameters

pCursor
pLayer
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

IMMRowLayerSearchResults Interface
IMMRowLayerSearchResults Members

Send Feedback