ArcFM Engine Developer Guide
IsRowInTable Method


Syntax
'Declaration
 
Function IsRowInTable( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal pTable As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal bIgnoreSign As Boolean _
) As ESRI.ArcGIS.Geodatabase.IRow
'Usage
 
Dim instance As IMMMobileImportEx
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pTable As ESRI.ArcGIS.Geodatabase.ITable
Dim bIgnoreSign As Boolean
Dim value As ESRI.ArcGIS.Geodatabase.IRow
 
value = instance.IsRowInTable(pRow, pTable, bIgnoreSign)
ESRI.ArcGIS.Geodatabase.IRow IsRowInTable( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   ESRI.ArcGIS.Geodatabase.ITable pTable,
   bool bIgnoreSign
)

Parameters

pRow
pTable
bIgnoreSign
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

IMMMobileImportEx Interface
IMMMobileImportEx Members

 

 


Send Comment