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


IGlobeDisplay.IsGroupConsolidated Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.IsGroupConsolidated Property

The consolidated option for groups.

[Visual Basic .NET]
Public Sub set_IsGroupConsolidated ( _
    ByVal pGroup As ICompositeLayer, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_IsGroupConsolidated (
    ICompositeLayer pGroup,
    bool A_2
);
[C++]
HRESULT put_IsGroupConsolidated(
  ICompositeLayer* pGroup,
  VARIANT_BOOL 
);
[C++]

Parameters pGroup [in]
pGroup is a parameter of type ICompositeLayer*
is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplay Interface