ArcFM Responder Mobile Developer Guide
AbandonbyTracing Method (MMAbandonUtilsClass)






Syntax
'Declaration
 
Public Overridable Sub AbandonbyTracing( _
   ByVal eOperation As mmAbandonOperation, _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) 
'Usage
 
Dim instance As MMAbandonUtilsClass
Dim eOperation As mmAbandonOperation
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
 
instance.AbandonbyTracing(eOperation, pFeature, pWorkspace)
public virtual void AbandonbyTracing( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.IFeature pFeature,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace
)
public procedure AbandonbyTracing( 
    eOperation: mmAbandonOperation;
    pFeature: ESRI.ArcGIS.Geodatabase.IFeature;
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace
); virtual; 
public function AbandonbyTracing( 
   eOperation : mmAbandonOperation,
   pFeature : ESRI.ArcGIS.Geodatabase.IFeature,
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
);
public: virtual void AbandonbyTracing( 
   mmAbandonOperation eOperation,
   ESRI.ArcGIS.Geodatabase.IFeature* pFeature,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace
) 
public:
virtual 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

MMAbandonUtilsClass Class
MMAbandonUtilsClass Members

Send Feedback