ArcFM Responder Mobile Developer Guide
OutlineColor Property






Syntax
'Declaration
 
Public Overridable Property OutlineColor As ESRI.ArcGIS.Display.IColor
'Usage
 
Dim instance As MMPointGraphicClass
Dim value As ESRI.ArcGIS.Display.IColor
 
instance.OutlineColor = value
 
value = instance.OutlineColor
public virtual ESRI.ArcGIS.Display.IColor OutlineColor {get; set;}
public read-write property OutlineColor: ESRI.ArcGIS.Display.IColor; virtual; 
public function get,set OutlineColor : ESRI.ArcGIS.Display.IColor
public: __property virtual ESRI.ArcGIS.Display.IColor* get_OutlineColor();
public: __property virtual void set_OutlineColor( 
   ESRI.ArcGIS.Display.IColor* value
);
public:
virtual property ESRI.ArcGIS.Display.IColor^ OutlineColor {
   ESRI.ArcGIS.Display.IColor^ get();
   void set (    ESRI.ArcGIS.Display.IColor^ 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

MMPointGraphicClass Class
MMPointGraphicClass Members

Send Feedback