Specifies which mouse activities IEViewer handles automatically.

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

Syntax

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

Field Value

If True: User can select a polygonal area. Press and release left mouse button for each vertex of polygon, otherwise press left button and move mouse to specify continuos irregular lines. SHIFT key allows to select multiple regions

See Also