ArcObjects Library Reference (Location)  

IHatchDefinition.Offset Property

The offset.

[Visual Basic .NET]
Public Property Offset As Double
[C#]
public double Offset {get; set;}
[C++]
HRESULT get_Offset(
  double* pAngle
);
[C++]
HRESULT put_Offset(
  double pAngle
);
[C++]

Parameters

pAngle [out, retval]   pAngle is a parameter of type double pAngle [in]   pAngle is a parameter of type double

Product Availability

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

See Also

IHatchDefinition Interface