ArcFM Desktop Developer Guide
GetFieldsWithModelName Method


Syntax
'Declaration
 
Public Function GetFieldsWithModelName( _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal modelName As String _
) As List(Of IField)
'Usage
 
Dim instance As RowConvertor
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim modelName As String
Dim value As List(Of IField)
 
value = instance.GetFieldsWithModelName(table, modelName)
public List<IField> GetFieldsWithModelName( 
   ESRI.ArcGIS.Geodatabase.ITable table,
   string modelName
)

Parameters

table
modelName
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