ArcFM Desktop Developer Guide
MatchesCriteria(ICompatibleUnit) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Compatible unit to compare the Criteria to.
Defines the logic to compare an individual compatible unit to the Criteria.
Syntax
'Declaration
 
Overloads Function MatchesCriteria( _
   ByVal cuItem As ICompatibleUnit _
) As Boolean
'Usage
 
Dim instance As ICuFilter
Dim cuItem As ICompatibleUnit
Dim value As Boolean
 
value = instance.MatchesCriteria(cuItem)
bool MatchesCriteria( 
   ICompatibleUnit cuItem
)

Parameters

cuItem
Compatible unit to compare the Criteria to.

Return Value

Indicates if the compatible unit matches the Criteria.
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

ICuFilter Interface
ICuFilter Members
Overload List

 

 


Send Comment