ArcFM Engine 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 Integer, _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   ByVal subid As Integer, _
   ByVal removalTime As Date _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim rowId As Integer
Dim fcid As Integer
Dim oid As Integer
Dim subid As Integer
Dim removalTime As Date
 
instance.ConfigureToRemoveGround(rowId, fcid, oid, subid, removalTime)
public void ConfigureToRemoveGround( 
   int rowId,
   int fcid,
   int oid,
   int subid,
   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 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