ArcFM Solution 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 System.Integer, _
   ByVal oid As System.Integer, _
   ByVal placeTime As System.Date, _
   ByVal phases As Miner.NetworkModel.Electric.Phases, _
   ByVal tagType As System.Integer _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim fcid As System.Integer
Dim oid As System.Integer
Dim placeTime As System.Date
Dim phases As Miner.NetworkModel.Electric.Phases
Dim tagType As System.Integer
 
instance.ConfigureToPlaceTag(fcid, oid, placeTime, phases, tagType)
public void ConfigureToPlaceTag( 
   System.int fcid,
   System.int oid,
   System.DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases,
   System.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