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


IMaplexOverposter.UnplacedLabels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.UnplacedLabels Property
ArcGIS Developer Help

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