ArcFM Server Developer Guide
TryGetFieldNameFromModelName(ITable,String,String) Method


Syntax
'Declaration
 
Public Overloads Function TryGetFieldNameFromModelName( _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal modelName As String, _
   ByRef fieldName As String _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim modelName As String
Dim fieldName As String
Dim value As Boolean
 
value = instance.TryGetFieldNameFromModelName(table, modelName, fieldName)
public bool TryGetFieldNameFromModelName( 
   ESRI.ArcGIS.Geodatabase.ITable table,
   string modelName,
   out string fieldName
)

Parameters

table
modelName
fieldName
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
Overload List

 

 


Send Comment