Miner.Interop Namespace > MMFeederTracerClass Class : OnDeletedFeature Method |
'Declaration
Public Overridable Sub OnDeletedFeature( _ ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _ ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _ ByVal traceWeight As System.Integer _ )
'Usage
Dim instance As MMFeederTracerClass Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork Dim feature As ESRI.ArcGIS.Geodatabase.IFeature Dim traceWeight As System.Integer instance.OnDeletedFeature(GeometricNetwork, feature, traceWeight)
public virtual void OnDeletedFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature feature, System.int traceWeight )
public procedure OnDeletedFeature( GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork; feature: ESRI.ArcGIS.Geodatabase.IFeature; traceWeight: System.Integer ); virtual;
public function OnDeletedFeature( GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork, feature : ESRI.ArcGIS.Geodatabase.IFeature, traceWeight : System.int );
public: virtual void OnDeletedFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature* feature, System.int traceWeight )
public: virtual void OnDeletedFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature^ feature, System.int traceWeight )
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