ArcFM Engine Developer Guide
ConfigureToPlaceTag(Int32,Int32,DateTime,Phases,Int32) Method


Device FCID
Device OID
Time in which tag was placed
Tagged phases
Tag Type (see database model)
Call this method to configure request to place a tag, It includes minimum information needed to place it
Syntax
'Declaration
 
Public Overloads Sub ConfigureToPlaceTag( _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   ByVal placeTime As Date, _
   ByVal phases As Miner.NetworkModel.Electric.Phases, _
   ByVal tagType As Integer _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim fcid As Integer
Dim oid As Integer
Dim placeTime As Date
Dim phases As Miner.NetworkModel.Electric.Phases
Dim tagType As Integer
 
instance.ConfigureToPlaceTag(fcid, oid, placeTime, phases, tagType)
public void ConfigureToPlaceTag( 
   int fcid,
   int oid,
   DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases,
   int tagType
)

Parameters

fcid
Device FCID
oid
Device OID
placeTime
Time in which tag was placed
phases
Tagged phases
tagType
Tag Type (see database model)
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
Overload List

 

 


Send Comment