This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* bConsolidated
);
[C++] Parameters bConsolidated [in]
bConsolidated is a parameter of type bool bConsolidated [out, retval]
bConsolidated is a parameter of type bool*