Responder Developer Guide
MatchFunc Method


Syntax
'Declaration
 
Public Function MatchFunc( _
   ByVal match As Match _
) As String
'Usage
 
Dim instance As ColumnMatcher
Dim match As Match
Dim value As String
 
value = instance.MatchFunc(match)
public string MatchFunc( 
   Match match
)

Parameters

match
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

ColumnMatcher Class
ColumnMatcher Members

 

 


Send Comment