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.PlacedLabels Property (ArcObjects .NET 10.5 SDK) |
Enumeration of placed labels.
[Visual Basic .NET] Public ReadOnly Property PlacedLabels As IEnumMaplexPlacedLabel
[C#] public IEnumMaplexPlacedLabel PlacedLabels {get;}
[C++]
HRESULT get_PlacedLabels(
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 has obtained satisfactory positions.