ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.LinePlacementMethod Property

Line placement options.

[Visual Basic .NET]
Public Property LinePlacementMethod As esriMaplexLinePlacementMethod
[C#]
public esriMaplexLinePlacementMethod LinePlacementMethod {get; set;}
[C++]
HRESULT get_LinePlacementMethod(
  esriMaplexLinePlacementMethod* Method
);
[C++]
HRESULT put_LinePlacementMethod(
  esriMaplexLinePlacementMethod Method
);
[C++]

Parameters

Method [out, retval]

  Method is a parameter of type esriMaplexLinePlacementMethod

Method [in]

  Method is a parameter of type esriMaplexLinePlacementMethod

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface