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


IMaplexOverposter.UnplacedLabels Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Maplex)  

IMaplexOverposter.UnplacedLabels Property

Enumeration of unplaced labels.

[Visual Basic .NET]
Public ReadOnly Property UnplacedLabels As IEnumMaplexPlacedLabel
[C#]
public IEnumMaplexPlacedLabel UnplacedLabels {get;}
[C++]
HRESULT get_UnplacedLabels(
  IEnumMaplexPlacedLabel** labels
);
[C++]

Parameters labels [out, retval]
labels is a parameter of type IEnumMaplexPlacedLabel

Product Availability

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

Description

Returns an enumeration containing the labels (as MaplexPlacedLabels) for which Maplex could not obtain satisfactory positions. The best possible position is given to each label anyway and its PlacementCode is set to esriPlacementUnplaced.

See Also

IMaplexOverposter Interface