ArcFM Responder Mobile Developer Guide
Style Property (MMPolyLineGraphicClass)






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

MMPolyLineGraphicClass Class
MMPolyLineGraphicClass Members

Send Feedback