ArcFM Server Developer Guide
IRecordSet2_Cursor Property


Syntax
'Declaration
 
Public Overridable ReadOnly Property IRecordSet2_Cursor( _
   ByVal Recycling As Boolean _
) As ESRI.ArcGIS.Geodatabase.ICursor
'Usage
 
Dim instance As ResultSet
Dim Recycling As Boolean
Dim value As ESRI.ArcGIS.Geodatabase.ICursor
 
value = instance.IRecordSet2_Cursor(Recycling)
public virtual ESRI.ArcGIS.Geodatabase.ICursor IRecordSet2_Cursor( 
   bool Recycling
) {get;}

Parameters

Recycling
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

ResultSet Class
ResultSet Members

 

 


Send Comment