ArcObjects Library Reference (Location)  

IHatchClass.LateralOffset Property

The LateralOffset.

[Visual Basic .NET]
Public Property LateralOffset As IHatchInputValue
[C#]
public IHatchInputValue LateralOffset {get; set;}
[C++]
HRESULT get_LateralOffset(
  IHatchInputValue** ppLateralOffset
);
[C++]
HRESULT putref_LateralOffset(
  IHatchInputValue* ppLateralOffset
);
[C++]

Parameters

ppLateralOffset [out, retval]

  ppLateralOffset is a parameter of type IHatchInputValue

ppLateralOffset [in]

  ppLateralOffset is a parameter of type IHatchInputValue

Product Availability

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

See Also

IHatchClass Interface