ArcFM Solution Developer Guide
FindCu Method (CuLibrary)


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