A polygonal area can be selected. Click (and release) the left mouse button at each point of the polygon, or click and hold the left button and move to specify continuous irregular lines. Simultaneously holding down the Shift key allows the selection of multiple regions. Methods to terminate selection can be specified in SelectionOptions

Same behaviour of IEViewer.EnableSelectPolygon = true.

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

Syntax

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

See Also