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


IMaplexOffsetAlongLineProperties.PlacementMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOffsetAlongLineProperties Interface > IMaplexOffsetAlongLineProperties.PlacementMethod Property
ArcGIS Developer Help

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