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


IOverposterLayerProperties2.TagUnplaced Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposterLayerProperties2 Interface > IOverposterLayerProperties2.TagUnplaced Property
ArcGIS Developer Help

IOverposterLayerProperties2.TagUnplaced Property

Indicates if overflow labels are put into a graphics container tagged placed or unplaced.

[Visual Basic .NET]
Public Property TagUnplaced As Boolean
[C#]
public bool TagUnplaced {get; set;}
[C++]
HRESULT get_TagUnplaced(
  Boolean* Value
);
[C++]
HRESULT put_TagUnplaced(
  VARIANT_BOOL Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool* Value [in]
Value is a parameter of type bool

Product Availability

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

Remarks

This property specifies whether or not unplaced labels are drawn for this label class.  Setting TagUnplaced to True specifies that unplaced labels will not be drawn.  Setting it to False specifies that they will be drawn.

See Also

IOverposterLayerProperties2 Interface