ArcFM Responder Mobile Developer Guide
MapFrame Property (MMMapSurroundFrame)






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