ArcFM Desktop Developer Guide
GetKVAFromElements Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Geometric network in which the feature resides.
The edges (as IMMTracedElements) to be swapped as returned by the trace.
The junctions (as IMMTracedElements) to be swapped as returned by the trace.
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 elements, this method sums the rated KVA by phase for the set of features.
Syntax
'Declaration
 
Public Sub GetKVAFromElements( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pEdgeElements As IMMTracedElements, _
   ByVal pJunctionElements As IMMTracedElements, _
   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 pEdgeElements As IMMTracedElements
Dim pJunctionElements As IMMTracedElements
Dim TotalAkVA As Double
Dim TotalBkVA As Double
Dim TotalCkVA As Double
 
instance.GetKVAFromElements(geometricNW, pEdgeElements, pJunctionElements, TotalAkVA, TotalBkVA, TotalCkVA)
public void GetKVAFromElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   IMMTracedElements pEdgeElements,
   IMMTracedElements pJunctionElements,
   out double TotalAkVA,
   out double TotalBkVA,
   out double TotalCkVA
)

Parameters

geometricNW
Geometric network in which the feature resides.
pEdgeElements
The edges (as IMMTracedElements) to be swapped as returned by the trace.
pJunctionElements
The junctions (as IMMTracedElements) to be swapped as returned by the trace.
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