ArcFM Responder Mobile Developer Guide
Map Property (MMInsetFrameSurround)






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

MMInsetFrameSurround Interface
MMInsetFrameSurround Members

Send Feedback