ArcFM Responder Mobile Developer Guide
IMMFeederTracer4_OnEnabledFeature Method






Syntax
'Declaration
 
Public Overridable Sub IMMFeederTracer4_OnEnabledFeature( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal traceWeight As System.Integer, _
   ByVal Enabled As System.Boolean _
) 
'Usage
 
Dim instance As MMFeederTracerClass
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim traceWeight As System.Integer
Dim Enabled As System.Boolean
 
instance.IMMFeederTracer4_OnEnabledFeature(GeometricNetwork, feature, traceWeight, Enabled)
public virtual void IMMFeederTracer4_OnEnabledFeature( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   System.int traceWeight,
   System.bool Enabled
)
public procedure IMMFeederTracer4_OnEnabledFeature( 
    GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    feature: ESRI.ArcGIS.Geodatabase.IFeature;
    traceWeight: System.Integer;
    Enabled: System.Boolean
); virtual; 
public function IMMFeederTracer4_OnEnabledFeature( 
   GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   feature : ESRI.ArcGIS.Geodatabase.IFeature,
   traceWeight : System.int,
   Enabled : System.boolean
);
public: virtual void IMMFeederTracer4_OnEnabledFeature( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature* feature,
   System.int traceWeight,
   System.bool Enabled
) 
public:
virtual void IMMFeederTracer4_OnEnabledFeature( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature^ feature,
   System.int traceWeight,
   System.bool Enabled
) 

Parameters

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

Send Feedback