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


IHatchClass.LateralOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.LateralOffset Property
ArcGIS Developer Help

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