ArcFM Engine 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 Integer, _
   ByVal Enabled As Boolean _
) 
'Usage
 
Dim instance As MMFeederTracerClass
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim traceWeight As Integer
Dim Enabled As Boolean
 
instance.IMMFeederTracer4_OnEnabledFeature(GeometricNetwork, feature, traceWeight, Enabled)
public virtual void IMMFeederTracer4_OnEnabledFeature( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   int traceWeight,
   bool Enabled
)

Parameters

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