ArcFM Responder Mobile Developer Guide
GetTable Method (MMMobileImportClass)






Syntax
public virtual ESRI.ArcGIS.Geodatabase.ITable GetTable( 
   System.string StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS
)
public function GetTable( 
    StandardTableName: System.String;
    pWS: ESRI.ArcGIS.Geodatabase.IWorkspace
): ESRI.ArcGIS.Geodatabase.ITable; virtual; 
public function GetTable( 
   StandardTableName : System.String,
   pWS : ESRI.ArcGIS.Geodatabase.IWorkspace
) : ESRI.ArcGIS.Geodatabase.ITable;
public: virtual ESRI.ArcGIS.Geodatabase.ITable* GetTable( 
   System.string* StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWS
) 
public:
virtual ESRI.ArcGIS.Geodatabase.ITable^ GetTable( 
   System.String^ StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWS
) 
'Declaration
 
Public Overridable Function GetTable( _
   ByVal StandardTableName As System.String, _
   ByVal pWS As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As ESRI.ArcGIS.Geodatabase.ITable
 
'Usage
 
Dim instance As MMMobileImportClass
Dim StandardTableName As System.String
Dim pWS As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
value = instance.GetTable(StandardTableName, 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

MMMobileImportClass Class
MMMobileImportClass Members

Send Feedback