ArcFM Desktop Developer Guide
RowContainsModelName(Int32,String,ITable) Method


Syntax
'Declaration
 
Public Overloads Function RowContainsModelName( _
   ByVal rowIndex As Integer, _
   ByVal modelName As String, _
   ByVal table As ESRI.ArcGIS.Geodatabase.ITable _
) As Boolean
'Usage
 
Dim instance As RowConvertor
Dim rowIndex As Integer
Dim modelName As String
Dim table As ESRI.ArcGIS.Geodatabase.ITable
Dim value As Boolean
 
value = instance.RowContainsModelName(rowIndex, modelName, table)
public bool RowContainsModelName( 
   int rowIndex,
   string modelName,
   ESRI.ArcGIS.Geodatabase.ITable table
)

Parameters

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