Indicates if layer is selectable.
[Visual Basic 6.0] Property Selectable As Boolean
[Visual Basic .NET] Public Property Selectable As Boolean
[C#] public bool Selectable {get; set;}
[Java] public boolean isSelectable() throws IOException, AutomationException
[Java] public void setSelectable( boolean Selectable ) throws IOException, AutomationException
[C++]
HRESULT get_Selectable(
VARIANT_BOOL* Value
);
[C++] HRESULT put_Selectable( VARIANT_BOOL Value);
Parameters
Value [out, retval]
Value is a parameter of type VARIANT_BOOL
Value [in]
Value is a parameter of type VARIANT_BOOL
Indicates whether the layer's features are selectable.
The default value for Selectable is False.