ArcObjects Library Reference (Carto)  

IMaplexOverposterProperties.PlacementQuality Property

The placement quality for text placement.

[Visual Basic .NET]
Public Property PlacementQuality As esriMaplexPlacementQuality
[C#]
public esriMaplexPlacementQuality PlacementQuality {get; set;}
[C++]
HRESULT get_PlacementQuality(
  esriMaplexPlacementQuality* Quality
);
[C++]
HRESULT put_PlacementQuality(
  esriMaplexPlacementQuality Quality
);
[C++]

Parameters

Quality [out, retval]

  Quality is a parameter of type esriMaplexPlacementQuality

Quality [in]

  Quality is a parameter of type esriMaplexPlacementQuality

Product Availability

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

See Also

IMaplexOverposterProperties Interface