ArcFM Desktop Developer Guide
OnNewFeature Method (IMMFeederTracer2)


Syntax
'Declaration
 
Sub OnNewFeature( _
   ByVal GeometricNetwork As IGeometricNetwork, _
   ByVal feature As IFeature, _
   ByVal traceWeight As Integer _
) 
'Usage
 
Dim instance As IMMFeederTracer2
Dim GeometricNetwork As IGeometricNetwork
Dim feature As IFeature
Dim traceWeight As Integer
 
instance.OnNewFeature(GeometricNetwork, feature, traceWeight)
void OnNewFeature( 
   IGeometricNetwork GeometricNetwork,
   IFeature feature,
   int traceWeight
)

Parameters

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

IMMFeederTracer2 Interface
IMMFeederTracer2 Members

 

 


Send Comment