Gets / Sets whether the ShapeFile is selectable
Namespace:
EGIS.ShapeFileLibAssembly: 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); |