This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties Interface > IBasicOverposterLayerProperties.LineOffset Property (ArcObjects .NET 10.4 SDK) |
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