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


IGlobeLayerProperties.IsConsolidatedParent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.IsConsolidatedParent Property
ArcGIS Developer Help

IGlobeLayerProperties.IsConsolidatedParent Property

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

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

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

Product Availability

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

See Also

IGlobeLayerProperties Interface