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


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

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(
  System.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