ArcFM Desktop Developer Guide
TryGetTable(String,ITable) Method


the model name of the table to look up
if successful, the table with the given model name. Otherwise, null
Tries to get a table from a model name
Syntax
'Declaration
 
Public Function TryGetTable( _
   ByVal modelName As String, _
   ByRef table As ESRI.ArcGIS.Geodatabase.ITable _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim modelName As String
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim value As Boolean
 
value = instance.TryGetTable(modelName, table)
public bool TryGetTable( 
   string modelName,
   out ESRI.ArcGIS.Geodatabase.ITable table
)

Parameters

modelName
the model name of the table to look up
table
if successful, the table with the given model name. Otherwise, null

Return Value

true if one and only 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