ArcFM Engine Developer Guide
TraceFeeders Method (IMMTraceSomeFeeders)


Syntax
'Declaration
 
Sub TraceFeeders( _
   ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByRef feederSourceArray As IMMFeederSource, _
   ByVal numSources As Integer _
) 
'Usage
 
Dim instance As IMMTraceSomeFeeders
Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim feederSourceArray As IMMFeederSource
Dim numSources As Integer
 
instance.TraceFeeders(GeometricNetwork, feederSourceArray, numSources)
void TraceFeeders( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork,
   ref IMMFeederSource feederSourceArray,
   int numSources
)

Parameters

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

IMMTraceSomeFeeders Interface
IMMTraceSomeFeeders Members

 

 


Send Comment