ArcFM Engine Developer Guide
AbandonCursor Method (IMMAbandon)


Syntax
'Declaration
 
Sub AbandonCursor( _
   ByVal eOperation As mmAbandonOperation, _
   ByVal pCursor As ESRI.ArcGIS.Geodatabase.ICursor, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As IMMAbandon
Dim eOperation As mmAbandonOperation
Dim pCursor As ESRI.ArcGIS.Geodatabase.ICursor
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.AbandonCursor(eOperation, pCursor, pWorkspace)
void AbandonCursor( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.ICursor pCursor,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace
)

Parameters

eOperation
pCursor
pWorkspace
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

IMMAbandon Interface
IMMAbandon Members

 

 


Send Comment