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


IGlobeDisplay.IsGroupConsolidated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.IsGroupConsolidated Property
ArcGIS Developer Help

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