AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgLayerBase::SetSelectable ( bool  selectable  )  [virtual]

Specifies whether features on the layer are selectable.

.NET Syntax
void SetSelectable(bool selectable);
Java Syntax
void SetSelectable(boolean selectable);

Parameters:
selectable (boolean/bool) True if features should be selectable on this layer, false otherwise.
Returns:
Returns nothing.