A polygonal area can be selected by continous movement. Click the left button and move the mouse to select a continuous irregular region

Same behaviour of IEViewer.EnableSelectLasso = true.

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

Syntax

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

See Also