ArcFM Responder Mobile Developer Guide
EditMap Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property EditMap As ESRI.ArcGIS.Carto.IMap
'Usage
 
Dim instance As IMMPxIntegrationCache4
Dim value As ESRI.ArcGIS.Carto.IMap
 
instance.EditMap = value
 
value = instance.EditMap
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Carto.IMap EditMap {get; set;}
read-write property EditMap: ESRI.ArcGIS.Carto.IMap; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set EditMap : ESRI.ArcGIS.Carto.IMap
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Carto.IMap* get_EditMap();
__property void set_EditMap( 
   ESRI.ArcGIS.Carto.IMap* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Carto.IMap^ EditMap {
   ESRI.ArcGIS.Carto.IMap^ get();
   void set (    ESRI.ArcGIS.Carto.IMap^ 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

IMMPxIntegrationCache4 Interface
IMMPxIntegrationCache4 Members

Send Feedback