This document is archived and information here might be outdated.  Recommended version.


IMaplexOffsetAlongLineProperties.PlacementMethod Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOffsetAlongLineProperties.PlacementMethod Property

Method of placing label along the line.

[Visual Basic .NET]
Public Property PlacementMethod As esriMaplexOffsetAlongLineMethod
[C#]
public esriMaplexOffsetAlongLineMethod PlacementMethod {get; set;}
[C++]
HRESULT get_PlacementMethod(
  esriMaplexOffsetAlongLineMethod* option
);
[C++]
HRESULT put_PlacementMethod(
  esriMaplexOffsetAlongLineMethod option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriMaplexOffsetAlongLineMethod option [in]
option is a parameter of type esriMaplexOffsetAlongLineMethod

Product Availability

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

See Also

IMaplexOffsetAlongLineProperties Interface