ArcFM Responder Mobile Developer Guide
Y Property (IncidentDevicesObject)






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

IncidentDevicesObject Class
IncidentDevicesObject Members

Send Feedback