ArcFM Server Developer Guide
GetTables Method


The model name of the tables to look up.
Gets the tables with the given model name.
Syntax
'Declaration
 
Public Function GetTables( _
   ByVal modelName As String _
) As IEnumerable(Of ITable)
'Usage
 
Dim instance As RowConvertor
Dim modelName As String
Dim value As IEnumerable(Of ITable)
 
value = instance.GetTables(modelName)
public IEnumerable<ITable> GetTables( 
   string modelName
)

Parameters

modelName
The model name of the tables to look up.

Return Value

The tables with the given model name
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