ArcFM Responder Mobile Developer Guide
CoordinateSystem Property (GeoPoint)






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

GeoPoint Class
GeoPoint Members

Send Feedback