Gets / Sets whether the ShapeFile is selectable

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

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

See Also