ArcFM Desktop Developer Guide
GetFieldNameFromModelName(ITable,String) Method


Syntax
'Declaration
 
Public Overloads Function GetFieldNameFromModelName( _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal name As String _
) As String
'Usage
 
Dim instance As RowConvertor
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim name As String
Dim value As String
 
value = instance.GetFieldNameFromModelName(table, name)
public string GetFieldNameFromModelName( 
   ESRI.ArcGIS.Geodatabase.ITable table,
   string name
)

Parameters

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

 

 


Send Comment