ArcFM Solution Developer Guide
ConfigureToRemoveTag(Int32,String,String,DateTime) Method


Tag row id
Device feature table name
device GUID
Time in which tag has been remove
Call this method to configure request to set removal time. It includes minimal information
Syntax
'Declaration
 
Public Overloads Sub ConfigureToRemoveTag( _
   ByVal rowId As System.Integer, _
   ByVal tableName As System.String, _
   ByVal guid As System.String, _
   ByVal removalTime As System.Date _
) 
'Usage
 
Dim instance As WriteTagAndGrounds
Dim rowId As System.Integer
Dim tableName As System.String
Dim guid As System.String
Dim removalTime As System.Date
 
instance.ConfigureToRemoveTag(rowId, tableName, guid, removalTime)
public void ConfigureToRemoveTag( 
   System.int rowId,
   System.string tableName,
   System.string guid,
   System.DateTime removalTime
)

Parameters

rowId
Tag row id
tableName
Device feature table name
guid
device GUID
removalTime
Time in which tag 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
Overload List

 

 


Send Comment