ArcFM Responder Mobile Developer Guide
Point Property (HazardsArchiveObject)






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

HazardsArchiveObject Class
HazardsArchiveObject Members

Send Feedback