ArcFM Responder Mobile Developer Guide
SourceMapFrame Property (IMMInsetFrameSurround)






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

IMMInsetFrameSurround Interface
IMMInsetFrameSurround Members

Send Feedback