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 > IHatchLineDefinition Interface > IHatchLineDefinition.Length Property (ArcObjects .NET 10.5 SDK) |
The hatch line length.
[Visual Basic .NET] Public Property Length As Double
[C#] public double Length {get; set;}
[C++]
HRESULT get_Length(
double* pLength
);
[C++]
HRESULT put_Length(
double pLength
);
[C++]
Parameters pLength [out, retval] pLength is a parameter of type double pLength [in] pLength is a parameter of type double