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


IACLabelRenderer.LineLabelPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLabelRenderer Interface > IACLabelRenderer.LineLabelPosition Property
ArcGIS Developer Help

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