ArcFM Responder Mobile Developer Guide
Point Property (JunctionInfo)






Syntax
'Declaration
 
Public Property Point As GeoPoint
'Usage
 
Dim instance As JunctionInfo
Dim value As GeoPoint
 
instance.Point = value
 
value = instance.Point
public GeoPoint Point {get; set;}
public read-write property Point: GeoPoint; 
public function get,set Point : GeoPoint
public: __property GeoPoint* get_Point();
public: __property void set_Point( 
   GeoPoint* value
);
public:
property GeoPoint^ Point {
   GeoPoint^ get();
   void set (    GeoPoint^ 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

JunctionInfo Class
JunctionInfo Members

Send Feedback