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