ArcFM Server Developer Guide
Cursor Property (ResultSet)


Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
Public Overridable ReadOnly Property 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.Cursor(Recycling)
[DispId(1610678273)]
public virtual ESRI.ArcGIS.Geodatabase.ICursor 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