ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.PolygonPlacementMethod Property

Polygon placement options.

[Visual Basic .NET]
Public Property PolygonPlacementMethod As esriMaplexPolygonPlacementMethod
[C#]
public esriMaplexPolygonPlacementMethod PolygonPlacementMethod {get; set;}
[C++]
HRESULT get_PolygonPlacementMethod(
  esriMaplexPolygonPlacementMethod* Method
);
[C++]
HRESULT put_PolygonPlacementMethod(
  esriMaplexPolygonPlacementMethod Method
);
[C++]

Parameters

Method [out, retval]

  Method is a parameter of type esriMaplexPolygonPlacementMethod

Method [in]

  Method is a parameter of type esriMaplexPolygonPlacementMethod

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface