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


IGlobeGraphicsLayer.IsSelectable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.IsSelectable Property

The option to allow element selection.

[Visual Basic .NET]
Public Property IsSelectable As Boolean
[C#]
public bool IsSelectable {get; set;}
[C++]
HRESULT get_IsSelectable(
  VARIANT_BOOL* bIsSelectable
);
[C++]
HRESULT put_IsSelectable(
  VARIANT_BOOL bIsSelectable
);
[C++]

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

Product Availability

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

See Also

IGlobeGraphicsLayer Interface