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


ITinEdge.Length Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.Length Property
ArcGIS Developer Help

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