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


IBasicOverposterLayerProperties4.LineLabelPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.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.

Description

LineLabelPosition is the placement option(s) relative to line features.

Remarks

This is only used when the FeatureType is of type esriOverposterPolyline.

See Also

IBasicOverposterLayerProperties4 Interface