ArcFM Responder Mobile Developer Guide
MapSurround Property (MMMapSurroundFrame)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743808)>
Property MapSurround As ESRI.ArcGIS.Carto.IMapSurround
'Usage
 
Dim instance As MMMapSurroundFrame
Dim value As ESRI.ArcGIS.Carto.IMapSurround
 
instance.MapSurround = value
 
value = instance.MapSurround
[System.Runtime.InteropServices.DispId(1610743808)]
ESRI.ArcGIS.Carto.IMapSurround MapSurround {get; set;}
read-write property MapSurround: ESRI.ArcGIS.Carto.IMapSurround; 
System.Runtime.InteropServices.DispIdAttribute(1610743808)
function get,set MapSurround : ESRI.ArcGIS.Carto.IMapSurround
[System.Runtime.InteropServices.DispId(1610743808)]
__property ESRI.ArcGIS.Carto.IMapSurround* get_MapSurround();
__property void set_MapSurround( 
   ESRI.ArcGIS.Carto.IMapSurround* value
);
[System.Runtime.InteropServices.DispId(1610743808)]
property ESRI.ArcGIS.Carto.IMapSurround^ MapSurround {
   ESRI.ArcGIS.Carto.IMapSurround^ get();
   void set (    ESRI.ArcGIS.Carto.IMapSurround^ 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

MMMapSurroundFrame Interface
MMMapSurroundFrame Members

Send Feedback