ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.IsMapConsolidatedParent Property

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

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