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


ILineProperties.LineStartOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineProperties Interface > ILineProperties.LineStartOffset Property
ArcGIS Developer Help

ILineProperties.LineStartOffset Property

The line start offset.

[Visual Basic .NET]
Public Property LineStartOffset As Double
[C#]
public double LineStartOffset {get; set;}
[C++]
HRESULT get_LineStartOffset(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Specifies in points (approx. 1/72 of an inch) the distance the decoration will be offset from the start of the line.

See Also

ILineProperties Interface