ArcFM Engine Developer Guide
GetShadowTable Method (MMMobileImportClass)


Syntax
'Declaration
 
Public Overridable Function GetShadowTable( _
   ByVal StandardTableName As String, _
   ByVal pWS As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As MMMobileImportClass
Dim StandardTableName As 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( 
   string StandardTableName,
   ESRI.ArcGIS.Geodatabase.IWorkspace pWS
)

Parameters

StandardTableName
pWS
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMMobileImportClass Class
MMMobileImportClass Members

 

 


Send Comment