ArcFM Responder Mobile Developer Guide
GetTable Method (IMMMobileImport)






Syntax
'Declaration
 
Function GetTable( _
   ByVal StandardTableName As System.String, _
   ByVal pWS As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As IMMMobileImport
Dim StandardTableName As System.String
Dim pWS As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.GetTable(StandardTableName, pWS)
ESRI.ArcGIS.Geodatabase.ITable GetTable( 
   System.string StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS
)
function GetTable( 
    StandardTableName: System.String;
    pWS: ESRI.ArcGIS.Geodatabase.IWorkspace
): ESRI.ArcGIS.Geodatabase.ITable; 
function GetTable( 
   StandardTableName : System.String,
   pWS : ESRI.ArcGIS.Geodatabase.IWorkspace
) : ESRI.ArcGIS.Geodatabase.ITable;
ESRI.ArcGIS.Geodatabase.ITable* GetTable( 
   System.string* StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWS
) 
ESRI.ArcGIS.Geodatabase.ITable^ GetTable( 
   System.String^ StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWS
) 

Parameters

StandardTableName
pWS
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

IMMMobileImport Interface
IMMMobileImport Members

Send Feedback