ArcFM Desktop Developer Guide
FindCu Method (ICuLibrary)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Function FindCu( _
   ByVal code As String, _
   ByVal tableName As String, _
   ByVal subtype As Integer _
) As ICompatibleUnit
'Usage
 
Dim instance As ICuLibrary
Dim code As String
Dim tableName As String
Dim subtype As Integer
Dim value As ICompatibleUnit
 
value = instance.FindCu(code, tableName, subtype)
ICompatibleUnit FindCu( 
   string code,
   string tableName,
   int subtype
)

Parameters

code
tableName
subtype
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

ICuLibrary Interface
ICuLibrary Members

 

 


Send Comment