MaxSelectionDistance indicates the maximum distance (in bitmap pixels) from which an object may be selected.

If you left click in a zone beyond this distance no object will be selected.

-1 (the default) disables maximum selection distance (a click always select an object).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MaxSelectionDistance { get; set; }
Public Property MaxSelectionDistance As Integer
	Get
	Set
public:
property int MaxSelectionDistance {
	int get ();
	void set (int value);
}

See Also