ArcFM Solution Developer Guide
InternalGetClassMNFilteredListFromEIDS Method


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

Parameters

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