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


IGlobeLayerProperties5.IsConsolidatedParent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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(
  VARIANT_BOOL bConsolidated
);
[C++]

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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface