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


IMaplexOverposter.PlaceLabels Method (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.PlaceLabels Method
ArcGIS Developer Help

IMaplexOverposter.PlaceLabels Method

Places labels using the overposter.

[Visual Basic .NET]
Public Sub PlaceLabels ( _
)
[C#]
public void PlaceLabels (
);
[C++]
HRESULT PlaceLabels(
void
);

Product Availability

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

Description

Tells the MaplexOverposter to place the labels.

See Also

IMaplexOverposter Interface