ArcFM Responder Mobile Developer Guide
Line Property






Syntax
'Declaration
 
Public Property Line As GeoLine
'Usage
 
Dim instance As EdgeInfo
Dim value As GeoLine
 
instance.Line = value
 
value = instance.Line
public GeoLine Line {get; set;}
public read-write property Line: GeoLine; 
public function get,set Line : GeoLine
public: __property GeoLine* get_Line();
public: __property void set_Line( 
   GeoLine* value
);
public:
property GeoLine^ Line {
   GeoLine^ get();
   void set (    GeoLine^ 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

EdgeInfo Class
EdgeInfo Members

Send Feedback