ArcFM Responder Mobile Developer Guide
AbandonbyTracing Method (IMMAbandon)






Syntax
'Declaration
 
Sub AbandonbyTracing( _
   ByVal eOperation As mmAbandonOperation, _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As IMMAbandon
Dim eOperation As mmAbandonOperation
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.AbandonbyTracing(eOperation, pFeature, pWorkspace)
void AbandonbyTracing( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.IFeature pFeature,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace
)
procedure AbandonbyTracing( 
    eOperation: mmAbandonOperation;
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature;
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace
); 
function AbandonbyTracing( 
   eOperation : mmAbandonOperation,
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature,
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
);
void AbandonbyTracing( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace
) 
void AbandonbyTracing( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.IFeature^ pFeature,
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace
) 

Parameters

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

IMMAbandon Interface
IMMAbandon Members

Send Feedback