This document is archived and information here might be outdated.  Recommended version.


IRemoteFindObj.Selectable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRemoteFindObj.Selectable Property

Indicates if layer is selectable.

[Visual Basic .NET]
Public ReadOnly Property Selectable As Boolean
[C#]
public bool Selectable {get;}
[C++]
HRESULT get_Selectable(
  VARIANT_BOOL* Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemoteFindObj Interface