This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.Length Property (ArcObjects .NET 10.5 SDK) |
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
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.