ArcFM Solution Developer Guide
InternalGetFieldMNFilteredListFromEIDS Method


Syntax
'Declaration
 
Public Shared Function InternalGetFieldMNFilteredListFromEIDS( _
   ByVal geoNW As IGeometricNetwork, _
   ByVal junctions As IEnumNetEID, _
   ByVal edges As IEnumNetEID, _
   ByVal fieldModelName As System.String _
) As ID8List
'Usage
 
Dim geoNW As IGeometricNetwork
Dim junctions As IEnumNetEID
Dim edges As IEnumNetEID
Dim fieldModelName As System.String
Dim value As ID8List
 
value = PhaseSwapUtils.InternalGetFieldMNFilteredListFromEIDS(geoNW, junctions, edges, fieldModelName)
public static ID8List InternalGetFieldMNFilteredListFromEIDS( 
   IGeometricNetwork geoNW,
   IEnumNetEID junctions,
   IEnumNetEID edges,
   System.string fieldModelName
)

Parameters

geoNW
junctions
edges
fieldModelName
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

PhaseSwapUtils Class
PhaseSwapUtils Members

 

 


Send Comment