ArcFM Responder Mobile Developer Guide
SnapTolerance Property






Syntax
'Declaration
 
Public Shared Property SnapTolerance As System.Double
'Usage
 
Dim value As System.Double
 
Editor.SnapTolerance = value
 
value = Editor.SnapTolerance
public static System.double SnapTolerance {get; set;}
public read-write property SnapTolerance: System.Double; static; 
public static function get,set SnapTolerance : System.double
public: __property static System.double get_SnapTolerance();
public: __property static void set_SnapTolerance( 
   System.double value
);
public:
static property System.double SnapTolerance {
   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

Editor Class
Editor Members

Send Feedback