ArcFM Responder Mobile Developer Guide
Border Property (MMMapSurroundFrame)






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