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


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

IGlobeLayerProperties5.IsMapConsolidatedChild Property

Indicates if the group layer cache consolidates the child through map rendering.

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