ArcFM Responder Mobile 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 System.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 System.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,
   System.bool bIgnoreSign
)
function IsRowInTable( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
    pTable: ESRI.ArcGIS.Geodatabase.ITable;
    bIgnoreSign: System.Boolean
): ESRI.ArcGIS.Geodatabase.IRow; 
function IsRowInTable( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   pTable : ESRI.ArcGIS.Geodatabase.ITable,
   bIgnoreSign : System.boolean
) : ESRI.ArcGIS.Geodatabase.IRow;
ESRI.ArcGIS.Geodatabase.IRow* IsRowInTable( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   ESRI.ArcGIS.Geodatabase.ITable* pTable,
   System.bool bIgnoreSign
) 
ESRI.ArcGIS.Geodatabase.IRow^ IsRowInTable( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow,
   ESRI.ArcGIS.Geodatabase.ITable^ pTable,
   System.bool bIgnoreSign
) 

Parameters

pRow
pTable
bIgnoreSign
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMMobileImportEx Interface
IMMMobileImportEx Members

Send Feedback