This document is archived and information here might be outdated. Recommended version. |
Indicates if layer is selectable.
[Visual Basic .NET]
Public Property Selectable As Boolean
[C#]
public bool Selectable {get; set;}
[C++]
HRESULT get_Selectable(
Boolean* Value
);
[C++]
HRESULT put_Selectable(
VARIANT_BOOL Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
Indicates whether the layer's features are selectable.
The default value for Selectable is False.