ArcFM Engine Developer Guide
FieldMNFilteredListFromTracedElements Method


Syntax
'Declaration
 
Function FieldMNFilteredListFromTracedElements( _
   ByVal pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal bstrFieldModelName As String _
) As ID8List
'Usage
 
Dim instance As IMMPhaseSwapUtils
Dim pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim bstrFieldModelName As String
Dim value As ID8List
 
value = instance.FieldMNFilteredListFromTracedElements(pGeoNetwork, pJunctions, pEdges, bstrFieldModelName)
ID8List FieldMNFilteredListFromTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork pGeoNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctions,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdges,
   string bstrFieldModelName
)

Parameters

pGeoNetwork
pJunctions
pEdges
bstrFieldModelName
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

IMMPhaseSwapUtils Interface
IMMPhaseSwapUtils Members

 

 


Send Comment