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


IGlobeLayerInfo.IsConsolidatedParent Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.IsConsolidatedParent Property

Indicates if the group layer cache consolidates some of the children's.

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

Parameters bConsolidated [out, retval]
bConsolidated is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface