ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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++]

Parameters

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

Product Availability

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

See Also

IGlobeLayerProperties4 Interface