ArcFM Engine Developer Guide
FindCu Method (CuLibrary)


Syntax
'Declaration
 
Public Function FindCu( _
   ByVal code As String, _
   ByVal tableName As String, _
   ByVal subtype As Integer _
) As ICompatibleUnit
'Usage
 
Dim instance As CuLibrary
Dim code As String
Dim tableName As String
Dim subtype As Integer
Dim value As ICompatibleUnit
 
value = instance.FindCu(code, tableName, subtype)
public 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

CuLibrary Class
CuLibrary Members

 

 


Send Comment