This document is archived and information here might be outdated. Recommended version. |
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