ArcFM Solution Developer Guide
AddAttributeFilter Method


Syntax
'Declaration
 
Protected Function AddAttributeFilter( _
   ByVal tableName As System.String, _
   ByVal oidColumn As System.String, _
   ByVal attribute As System.Object _
) As System.String
'Usage
 
Dim instance As FindCustomIncidentAndDeviceArchiveRequest
Dim tableName As System.String
Dim oidColumn As System.String
Dim attribute As System.Object
Dim value As System.String
 
value = instance.AddAttributeFilter(tableName, oidColumn, attribute)
protected System.string AddAttributeFilter( 
   System.string tableName,
   System.string oidColumn,
   System.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