ArcFM Responder Mobile 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 System.Integer, _
   ByVal oid As System.Integer, _
   ByVal subid As System.Integer, _
   ByVal placeTime As System.Date, _
   ByVal phases As Miner.NetworkModel.Electric.Phases _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subid As System.Integer
Dim placeTime As System.Date
Dim phases As Miner.NetworkModel.Electric.Phases
 
instance.ConfigureToPlaceGround(fcid, oid, subid, placeTime, phases)
public void ConfigureToPlaceGround( 
   System.int fcid,
   System.int oid,
   System.int subid,
   System.DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases
)
public procedure ConfigureToPlaceGround( 
    fcid: System.Integer;
    oid: System.Integer;
    subid: System.Integer;
    placeTime: System.DateTime;
    phases: Miner.NetworkModel.Electric.Phases
); 
public function ConfigureToPlaceGround( 
   fcid : System.int,
   oid : System.int,
   subid : System.int,
   placeTime : System.DateTime,
   phases : Miner.NetworkModel.Electric.Phases
);
public: void ConfigureToPlaceGround( 
   System.int fcid,
   System.int oid,
   System.int subid,
   System.DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases
) 
public:
void ConfigureToPlaceGround( 
   System.int fcid,
   System.int oid,
   System.int subid,
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WriteTagAndGrounds Class
WriteTagAndGrounds Members

Send Feedback