ArcFM Engine Developer Guide
TraceFeeders Method


Syntax
'Declaration
 
Sub TraceFeeders( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal feederSourceArray() As IMMFeederSource, _
   ByVal searchStrategy As IMMSearchStrategy _
) 
'Usage
 
Dim instance As IMMTraceSomeFeedersEx
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feederSourceArray() As IMMFeederSource
Dim searchStrategy As IMMSearchStrategy
 
instance.TraceFeeders(GeometricNetwork, feederSourceArray, searchStrategy)
void TraceFeeders( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   IMMFeederSource[] feederSourceArray,
   IMMSearchStrategy searchStrategy
)

Parameters

GeometricNetwork
feederSourceArray
searchStrategy
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

IMMTraceSomeFeedersEx Interface
IMMTraceSomeFeedersEx Members

 

 


Send Comment