ArcFM Responder Mobile Developer Guide
IFrameProperties_Border Property






Syntax
'Declaration
 
Public Overridable Property IFrameProperties_Border As ESRI.ArcGIS.Carto.IBorder
'Usage
 
Dim instance As MMMapSurroundFrameClass
Dim value As ESRI.ArcGIS.Carto.IBorder
 
instance.IFrameProperties_Border = value
 
value = instance.IFrameProperties_Border
public virtual ESRI.ArcGIS.Carto.IBorder IFrameProperties_Border {get; set;}
public read-write property IFrameProperties_Border: ESRI.ArcGIS.Carto.IBorder; virtual; 
public function get,set IFrameProperties_Border : ESRI.ArcGIS.Carto.IBorder
public: __property virtual ESRI.ArcGIS.Carto.IBorder* get_IFrameProperties_Border();
public: __property virtual void set_IFrameProperties_Border( 
   ESRI.ArcGIS.Carto.IBorder* value
);
public:
virtual property ESRI.ArcGIS.Carto.IBorder^ IFrameProperties_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

MMMapSurroundFrameClass Class
MMMapSurroundFrameClass Members

Send Feedback