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


ILineProperties.Offset 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.Offset Property
ArcGIS Developer Help

ILineProperties.Offset Property

The line offset value.

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

Offset is the offset in points (approx. 1/72 inch) the line symbol will be shown away from the geometry it represents. the Offset can be a positive (above/left) or negative (below/right) number.

See Also

ILineProperties Interface

.NET Samples

Dynamic biking