ArcFM Desktop Developer Guide
MatchesCriteria(IList<ICompatibleUnit>) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

CU list to be compared
This method loops through a list of CUs and compares the CUs with the criteria that is also passed in.
Syntax
'Declaration
 
Public Overloads Overridable Function MatchesCriteria( _
   ByVal cuList As IList(Of ICompatibleUnit) _
) As IList(Of ICompatibleUnit)
'Usage
 
Dim instance As CuFilter(Of T)
Dim cuList As IList(Of ICompatibleUnit)
Dim value As IList(Of ICompatibleUnit)
 
value = instance.MatchesCriteria(cuList)
public virtual IList<ICompatibleUnit> MatchesCriteria( 
   IList<ICompatibleUnit> cuList
)

Parameters

cuList
CU list to be compared

Return Value

Resulting CU list
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

CuFilter<T> Class
CuFilter<T> Members
Overload List

 

 


Send Comment