ArcFM Solution Developer Guide
ConvertTracedEIDsToGeometry Method


Syntax
'Declaration
 
Public Shared Function ConvertTracedEIDsToGeometry( _
   ByVal geoNW As IGeometricNetwork, _
   ByVal junctionEIDs As IEnumNetEID, _
   ByVal edgeEIDs As IEnumNetEID _
) As IGeometry
'Usage
 
Dim geoNW As IGeometricNetwork
Dim junctionEIDs As IEnumNetEID
Dim edgeEIDs As IEnumNetEID
Dim value As IGeometry
 
value = PhaseSwapUtils.ConvertTracedEIDsToGeometry(geoNW, junctionEIDs, edgeEIDs)
public static IGeometry ConvertTracedEIDsToGeometry( 
   IGeometricNetwork geoNW,
   IEnumNetEID junctionEIDs,
   IEnumNetEID edgeEIDs
)

Parameters

geoNW
junctionEIDs
edgeEIDs
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