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


Device feature table name
device GUID
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 tableName As String, _
   ByVal guid As String, _
   ByVal placeTime As Date, _
   ByVal phases As Miner.NetworkModel.Electric.Phases, _
   ByVal tagType As Integer _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim tableName As String
Dim guid As String
Dim placeTime As Date
Dim phases As Miner.NetworkModel.Electric.Phases
Dim tagType As Integer
 
instance.ConfigureToPlaceTag(tableName, guid, placeTime, phases, tagType)
public void ConfigureToPlaceTag( 
   string tableName,
   string guid,
   DateTime placeTime,
   Miner.NetworkModel.Electric.Phases phases,
   int tagType
)

Parameters

tableName
Device feature table name
guid
device GUID
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