This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.Offset Property (ArcObjects .NET 10.5 SDK) |
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