Miner.Interop Namespace > IMMFeederTracer3 Interface : OnEnabledFeature Method |
'Declaration
Sub 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 IMMFeederTracer3 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.OnEnabledFeature(GeometricNetwork, feature, traceWeight, Enabled)
void OnEnabledFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature feature, System.int traceWeight, System.bool Enabled )
procedure OnEnabledFeature( GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork; feature: ESRI.ArcGIS.Geodatabase.IFeature; traceWeight: System.Integer; Enabled: System.Boolean );
function OnEnabledFeature( GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork, feature : ESRI.ArcGIS.Geodatabase.IFeature, traceWeight : System.int, Enabled : System.boolean );
void OnEnabledFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature* feature, System.int traceWeight, System.bool Enabled )
void OnEnabledFeature( ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork, ESRI.ArcGIS.Geodatabase.IFeature^ feature, System.int traceWeight, System.bool Enabled )
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