ArcFM Responder Mobile Developer Guide
ShadowTable Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property ShadowTable As ESRI.ArcGIS.Geodatabase.ITable
'Usage
 
Dim instance As IMMMobileBackdropLayer
Dim value As ESRI.ArcGIS.Geodatabase.ITable
 
instance.ShadowTable = value
 
value = instance.ShadowTable
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Geodatabase.ITable ShadowTable {get; set;}
read-write property ShadowTable: ESRI.ArcGIS.Geodatabase.ITable; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set ShadowTable : ESRI.ArcGIS.Geodatabase.ITable
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Geodatabase.ITable* get_ShadowTable();
__property void set_ShadowTable( 
   ESRI.ArcGIS.Geodatabase.ITable* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Geodatabase.ITable^ ShadowTable {
   ESRI.ArcGIS.Geodatabase.ITable^ get();
   void set (    ESRI.ArcGIS.Geodatabase.ITable^ value);
}
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

IMMMobileBackdropLayer Interface
IMMMobileBackdropLayer Members

Send Feedback