ArcFM Engine Developer Guide
IMMFeederTracer2_OnDeviceStatusChanged Method


Syntax
'Declaration
 
Public Overridable Sub IMMFeederTracer2_OnDeviceStatusChanged( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal oldTraceWeight As Integer, _
   ByVal newTraceWeight As Integer _
) 
'Usage
 
Dim instance As MMFeederTracerClass
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim oldTraceWeight As Integer
Dim newTraceWeight As Integer
 
instance.IMMFeederTracer2_OnDeviceStatusChanged(GeometricNetwork, feature, oldTraceWeight, newTraceWeight)
public virtual void IMMFeederTracer2_OnDeviceStatusChanged( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   int oldTraceWeight,
   int newTraceWeight
)

Parameters

GeometricNetwork
feature
oldTraceWeight
newTraceWeight
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

MMFeederTracerClass Class
MMFeederTracerClass Members

 

 


Send Comment