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


IGlobeLayerInfo.IsGroup Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.IsGroup Property

Indicates if the layer is a group layer.

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

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

Product Availability

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

See Also

IGlobeLayerInfo Interface