ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties2.LineOffset Property

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.

See Also

IBasicOverposterLayerProperties2 Interface