This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.AddUnplacedToGraphicsContainer Property (ArcObjects .NET 10.4 SDK) |
Indicates if overflow labels are put into a graphics container.
[Visual Basic .NET] Public Property AddUnplacedToGraphicsContainer As Boolean
[C#] public bool AddUnplacedToGraphicsContainer {get; set;}
[C++]
HRESULT get_AddUnplacedToGraphicsContainer(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_AddUnplacedToGraphicsContainer(
VARIANT_BOOL Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL