ArcFM Responder Mobile Developer Guide
XYTolerance Property






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