ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.PointPlacementMethod Property

Point placement options.

[Visual Basic .NET]
Public Property PointPlacementMethod As esriMaplexPointPlacementMethod
[C#]
public esriMaplexPointPlacementMethod PointPlacementMethod {get; set;}
[C++]
HRESULT get_PointPlacementMethod(
  esriMaplexPointPlacementMethod* Method
);
[C++]
HRESULT put_PointPlacementMethod(
  esriMaplexPointPlacementMethod Method
);
[C++]

Parameters

Method [out, retval]

  Method is a parameter of type esriMaplexPointPlacementMethod

Method [in]

  Method is a parameter of type esriMaplexPointPlacementMethod

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface