ArcFM Engine Developer Guide
OnEnabledFeature Method (MMFeederTracerClass)


Syntax
'Declaration
 
Public Overridable Sub 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.OnEnabledFeature(GeometricNetwork, feature, traceWeight, Enabled)
public virtual void 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