ArcFM Responder Mobile Developer Guide
ConfigureToRemoveGround Method






Ground row id
Conductor FCID
Conductor OID
Conductor OID
Time in which ground has been remove
Call this method to configure request to set removal time. It includes minimal information
Syntax
'Declaration
 
Public Sub ConfigureToRemoveGround( _
   ByVal rowId As System.Integer, _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer, _
   ByVal subid As System.Integer, _
   ByVal removalTime As System.Date _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim rowId As System.Integer
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subid As System.Integer
Dim removalTime As System.Date
 
instance.ConfigureToRemoveGround(rowId, fcid, oid, subid, removalTime)
public void ConfigureToRemoveGround( 
   System.int rowId,
   System.int fcid,
   System.int oid,
   System.int subid,
   System.DateTime removalTime
)
public procedure ConfigureToRemoveGround( 
    rowId: System.Integer;
    fcid: System.Integer;
    oid: System.Integer;
    subid: System.Integer;
    removalTime: System.DateTime
); 
public function ConfigureToRemoveGround( 
   rowId : System.int,
   fcid : System.int,
   oid : System.int,
   subid : System.int,
   removalTime : System.DateTime
);
public: void ConfigureToRemoveGround( 
   System.int rowId,
   System.int fcid,
   System.int oid,
   System.int subid,
   System.DateTime removalTime
) 
public:
void ConfigureToRemoveGround( 
   System.int rowId,
   System.int fcid,
   System.int oid,
   System.int subid,
   System.DateTime removalTime
) 

Parameters

rowId
Ground row id
fcid
Conductor FCID
oid
Conductor OID
subid
Conductor OID
removalTime
Time in which ground has been remove
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