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


IHatchLineDefinition.Length Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IHatchLineDefinition.Length Property

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

Product Availability

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

See Also

IHatchLineDefinition Interface