Miner.Interop Namespace > IMMMobileImport Interface : GetTable Method |
'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 )
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