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


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

IHatchDefinition.Offset Property

The offset.

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