This document is archived and information here might be outdated. Recommended version. |
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*
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.