Offset in map units at which labels will be placed away from line features.
[Visual Basic .NET] Public Property LineOffset As Double
[C#] public double LineOffset {get; set;}
[C++]
HRESULT get_LineOffset(
double* LineOffset
);
[C++]
HRESULT put_LineOffset(
double LineOffset
);
[C++]Parameters
LineOffset [out, retval] LineOffset is a parameter of type double LineOffset [in] LineOffset is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
LineOffset is the offset, expressed in mapunits, at which labels will be placed away from line features.
Remarks
This is only used when the FeatureType is of type esriOverposterPolyline and when the LineLabelPosition is either Above, Below, Left or Right.