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


IBasicOverposterLayerProperties3.LineLabelPosition Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties3.LineLabelPosition Property

Line label placement position options.

[Visual Basic .NET]
Public Property LineLabelPosition As ILineLabelPosition
[C#]
public ILineLabelPosition LineLabelPosition {get; set;}
[C++]
HRESULT get_LineLabelPosition(
  ILineLabelPosition** position
);
[C++]
HRESULT put_LineLabelPosition(
  ILineLabelPosition* position
);
[C++]

Parameters position [out, retval]
position is a parameter of type ILineLabelPosition position [in]
position is a parameter of type ILineLabelPosition

Product Availability

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

See Also

IBasicOverposterLayerProperties3 Interface