Polygon selection will be automatically cancelled when the user clicks close to the start of the selection (i.e. closes the polygon)

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoTerminatePolySelect { get; set; }
Public Property AutoTerminatePolySelect As Boolean
	Get
	Set
public:
property bool AutoTerminatePolySelect {
	bool get ();
	void set (bool value);
}

See Also