This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.UnplacedLabels Property (ArcObjects .NET 10.5 SDK) |
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
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.