ArcFM Desktop Developer Guide
GetKVAFromEIDs Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Geometric network in which the feature resides.
The IDs of the edges to be swapped.
The IDs of the junctions to be swapped.
Returns the total A-phase KVA for set of features passed in.
Returns the total B-phase KVA for set of features passed in.
Returns the total C-phase KVA for set of features passed in.
Given the traced EIDs, this method sums the rated KVA by phase for the set of features.
Syntax
'Declaration
 
Public Sub GetKVAFromEIDs( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pEdgeEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pJunctionEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByRef TotalAkVA As Double, _
   ByRef TotalBkVA As Double, _
   ByRef TotalCkVA As Double _
) 
'Usage
 
Dim instance As PhaseSwapTrace
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim pEdgeEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pJunctionEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim TotalAkVA As Double
Dim TotalBkVA As Double
Dim TotalCkVA As Double
 
instance.GetKVAFromEIDs(geometricNW, pEdgeEIDs, pJunctionEIDs, TotalAkVA, TotalBkVA, TotalCkVA)
public void GetKVAFromEIDs( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdgeEIDs,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctionEIDs,
   out double TotalAkVA,
   out double TotalBkVA,
   out double TotalCkVA
)

Parameters

geometricNW
Geometric network in which the feature resides.
pEdgeEIDs
The IDs of the edges to be swapped.
pJunctionEIDs
The IDs of the junctions to be swapped.
TotalAkVA
Returns the total A-phase KVA for set of features passed in.
TotalBkVA
Returns the total B-phase KVA for set of features passed in.
TotalCkVA
Returns the total C-phase KVA for set of features passed in.
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

PhaseSwapTrace Class
PhaseSwapTrace Members

 

 


Send Comment