Miner.Interop Namespace > IMMFeederTracer3 Interface : OnDeviceStatusChanged Method |
'Declaration
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 IMMFeederTracer3 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)
void OnDeviceStatusChanged( ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature feature, System.int oldTraceWeight, System.int newTraceWeight )
procedure OnDeviceStatusChanged( GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork; feature: ESRI.ArcGIS.Geodatabase.IFeature; oldTraceWeight: System.Integer; newTraceWeight: System.Integer );
function OnDeviceStatusChanged( GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork, feature : ESRI.ArcGIS.Geodatabase.IFeature, oldTraceWeight : System.int, newTraceWeight : System.int );
void OnDeviceStatusChanged( ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature* feature, System.int oldTraceWeight, System.int newTraceWeight )
void OnDeviceStatusChanged( ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature^ feature, System.int oldTraceWeight, System.int newTraceWeight )
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