ArcObjects Library Reference (GeoDatabase)  

ITinEdge.Length Property

The projected length of the specified edge.

[Visual Basic .NET]
Public ReadOnly Property Length As Double
[C#]
public double Length {get;}
[C++]
HRESULT get_Length(
  double* pLength
);
[C++]

Parameters

pLength [out, retval]   pLength is a parameter of type double

Product Availability

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

Description

Length represents the 2-D distance between the from and to nodes of the edge. It takes into consideration only the X and Y coordinates.

See Also

ITinEdge Interface