This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.LineStartOffset Property (ArcObjects .NET 10.5 SDK) |
The line start offset.
[Visual Basic .NET] Public Property LineStartOffset As Double
[C#] public double LineStartOffset {get; set;}
[C++]
HRESULT get_LineStartOffset(
double* Offset
);
[C++]
HRESULT put_LineStartOffset(
double Offset
);
[C++]
Parameters Offset [out, retval] Offset is a parameter of type double Offset [in] Offset is a parameter of type double
Specifies in points (approx. 1/72 of an inch) the distance the decoration will be offset from the start of the line.