ArcFM Desktop Developer Guide
TryGetTables(String,IEnumerable<ITable>) Method


the model name of the tables to look up
if successful, the list of tables with the given model name. Otherwise, an empty list
Tries to get the tables with the given model name.
Syntax
'Declaration
 
Public Function TryGetTables( _
   ByVal modelName As String, _
   ByRef table As IEnumerable(Of ITable) _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim modelName As String
Dim table As IEnumerable(Of ITable)
Dim value As Boolean
 
value = instance.TryGetTables(modelName, table)
public bool TryGetTables( 
   string modelName,
   out IEnumerable<ITable> table
)

Parameters

modelName
the model name of the tables to look up
table
if successful, the list of tables with the given model name. Otherwise, an empty list

Return Value

true if at least one table was found with the given model name. false otherwise
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

RowConvertor Class
RowConvertor Members

 

 


Send Comment