ArcFM Responder Mobile Developer Guide
GetShadowTable Method (MMMobileImportClass)






Syntax
'Declaration
 
Public Overridable Function GetShadowTable( _
   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.GetShadowTable(StandardTableName, pWS)
public virtual ESRI.ArcGIS.Geodatabase.ITable GetShadowTable( 
   System.string StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS
)
public function GetShadowTable( 
    StandardTableName: System.String;
    pWS: ESRI.ArcGIS.Geodatabase.IWorkspace
): ESRI.ArcGIS.Geodatabase.ITable; virtual; 
public function GetShadowTable( 
   StandardTableName : System.String,
   pWS : ESRI.ArcGIS.Geodatabase.IWorkspace
) : ESRI.ArcGIS.Geodatabase.ITable;
public: virtual ESRI.ArcGIS.Geodatabase.ITable* GetShadowTable( 
   System.string* StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWS
) 
public:
virtual ESRI.ArcGIS.Geodatabase.ITable^ GetShadowTable( 
   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

MMMobileImportClass Class
MMMobileImportClass Members

Send Feedback