ArcFM Responder Mobile Developer Guide
Style Property (MMPointGraphicClass)






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