ArcFM Engine Developer Guide
OnDeletedFeature Method (IMMFeederTracer4)


Syntax
'Declaration
 
Sub OnDeletedFeature( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal traceWeight As Integer _
) 
'Usage
 
Dim instance As IMMFeederTracer4
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim traceWeight As Integer
 
instance.OnDeletedFeature(GeometricNetwork, feature, traceWeight)
void OnDeletedFeature( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   int traceWeight
)

Parameters

GeometricNetwork
feature
traceWeight
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

IMMFeederTracer4 Interface
IMMFeederTracer4 Members

 

 


Send Comment