ArcFM Engine Developer Guide
ConfigureToPlaceGround Method


Conductor FCID
Conductor OID
Conductor SUBID segment
Time in which ground was placed
Grounded phases
Call this method to configure request to place a ground, It includes minimum information needed to place it
Syntax
'Declaration
 
Public Sub ConfigureToPlaceGround( _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   ByVal subid As Integer, _
   ByVal placeTime As Date, _
   ByVal phases As Miner.NetworkModel.Electric.Phases _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim fcid As Integer
Dim oid As Integer
Dim subid As Integer
Dim placeTime As Date
Dim phases As Miner.NetworkModel.Electric.Phases
 
instance.ConfigureToPlaceGround(fcid, oid, subid, placeTime, phases)
public void ConfigureToPlaceGround( 
   int fcid,
   int oid,
   int subid,
   DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases
)

Parameters

fcid
Conductor FCID
oid
Conductor OID
subid
Conductor SUBID segment
placeTime
Time in which ground was placed
phases
Grounded phases
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

WriteTagAndGrounds Class
WriteTagAndGrounds Members

 

 


Send Comment