Indicates whether the ShapeFile is selectable.

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

Syntax

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

Remarks

For a ShapeFile to be selectable, the ShapeFile's RenderSettings must not be null and the RenderSettings must be selectable

See Also