ArcObjects Library Reference (Display)  

ILineFillSymbol.Offset Property

Line fill offset.

[Visual Basic .NET]
Public Property Offset As Double
[C#]
public double Offset {get; set;}
[C++]
HRESULT get_Offset(
  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 distance from the origin the first line will be displayed. Offset is specified in points (approximately 1/72 inch).

See Also

ILineFillSymbol Interface