ArcObjects Library Reference (Maplex)  

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