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


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

IACLabelRenderer.LineLabelPosition Property

Determines where on the line to place the label.

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

Parameters LineLabelPosition [out, retval]
LineLabelPosition is a parameter of type acLineLabelPosition LineLabelPosition [in]
LineLabelPosition is a parameter of type acLineLabelPosition

Product Availability

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

See Also

IACLabelRenderer Interface