ArcFM Responder Mobile Developer Guide
XYResolution Property






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

CoordinateSystem Class
CoordinateSystem Members

Send Feedback