Responder Developer Guide
AddAttributeFilter Method


Syntax
'Declaration
 
Protected Function AddAttributeFilter( _
   ByVal tableName As String, _
   ByVal oidColumn As String, _
   ByVal attribute As Object _
) As String
'Usage
 
Dim instance As FindCustomIncidentAndDeviceArchiveRequest
Dim tableName As String
Dim oidColumn As String
Dim attribute As Object
Dim value As String
 
value = instance.AddAttributeFilter(tableName, oidColumn, attribute)
protected string AddAttributeFilter( 
   string tableName,
   string oidColumn,
   object attribute
)

Parameters

tableName
oidColumn
attribute
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

FindCustomIncidentAndDeviceArchiveRequest Class
FindCustomIncidentAndDeviceArchiveRequest Members

 

 


Send Comment