ArcFM Responder Mobile Developer Guide
OnDeviceStatusChanged(IGeometricNetwork,IFeature,Int32,Int32) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub OnDeviceStatusChanged( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal oldTraceWeight As System.Integer, _
   ByVal newTraceWeight As System.Integer _
) 
'Usage
 
Dim instance As MMFeederTracerClass
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim oldTraceWeight As System.Integer
Dim newTraceWeight As System.Integer
 
instance.OnDeviceStatusChanged(GeometricNetwork, feature, oldTraceWeight, newTraceWeight)
public virtual void OnDeviceStatusChanged( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   System.int oldTraceWeight,
   System.int newTraceWeight
)
public procedure OnDeviceStatusChanged( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    feature: ESRI.ArcGIS.Geodatabase.IFeature;
    oldTraceWeight: System.Integer;
    newTraceWeight: System.Integer
); virtual; 
public function OnDeviceStatusChanged( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   feature : ESRI.ArcGIS.Geodatabase.IFeature,
   oldTraceWeight : System.int,
   newTraceWeight : System.int
);
public: virtual void OnDeviceStatusChanged( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature* feature,
   System.int oldTraceWeight,
   System.int newTraceWeight
) 
public:
virtual void OnDeviceStatusChanged( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature^ feature,
   System.int oldTraceWeight,
   System.int newTraceWeight
) 

Parameters

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

MMFeederTracerClass Class
MMFeederTracerClass Members
Overload List

Send Feedback