ArcFM Desktop Developer Guide
Filter<T> Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The filter(s) to be run.
Runs all enabled filters in the filters list.
Syntax
'Declaration
 
Public Function Filter(Of T As CompositePresentationEvent(Of CUsAndFilters))( _
   ByVal filters As IList(Of ICuFilter) _
) As IList(Of ICompatibleUnit)
'Usage
 
Dim instance As MasterCuFilter
Dim filters As IList(Of ICuFilter)
Dim value As IList(Of ICompatibleUnit)
 
value = instance.Filter(Of T)(filters)

Parameters

filters
The filter(s) to be run.

Type Parameters

T
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

MasterCuFilter Class
MasterCuFilter Members

 

 


Send Comment