ArcFM Responder Mobile Developer Guide
Length Property (EdgeFeatureInfo)






Syntax
'Declaration
 
Public Property Length As System.Double
'Usage
 
Dim instance As EdgeFeatureInfo
Dim value As System.Double
 
instance.Length = value
 
value = instance.Length
public System.double Length {get; set;}
public read-write property Length: System.Double; 
public function get,set Length : System.double
public: __property System.double get_Length();
public: __property void set_Length( 
   System.double value
);
public:
property System.double Length {
   System.double get();
   void set (    System.double 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

EdgeFeatureInfo Class
EdgeFeatureInfo Members

Send Feedback