ArcFM Solution Developer Guide
Filter<T> Method


The filter(s) to be run.
Runs all enabled filters in the filters list.
Syntax
'Declaration
 
Public Function Filter(Of T As Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent(Of CUsAndFilters))( _
   ByVal filters As System.Collections.Generic.IList(Of ICuFilter) _
) As System.Collections.Generic.IList(Of ICompatibleUnit)
'Usage
 
Dim instance As MasterCuFilter
Dim filters As System.Collections.Generic.IList(Of ICuFilter)
Dim value As System.Collections.Generic.IList(Of ICompatibleUnit)
 
value = instance.Filter(Of T)(filters)
public System.Collections.Generic.IList<ICompatibleUnit> Filter<T>( 
   System.Collections.Generic.IList<ICuFilter> filters
)
where T: Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<CUsAndFilters>

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