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


IGlobeLayerProperties5.IsConsolidatedChild Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.IsConsolidatedChild Property

Indicates if the cache is consolidated into the parent's.

[Visual Basic .NET]
Public Property IsConsolidatedChild As Boolean
[C#]
public bool IsConsolidatedChild {get; set;}
[C++]
HRESULT get_IsConsolidatedChild(
  VARIANT_BOOL bConsolidated
);
[C++]
HRESULT put_IsConsolidatedChild(
  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

IGlobeLayerProperties5 Interface