This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.Length3D Property (ArcObjects .NET 10.4 SDK) |
The length of the specified edge measured on the TIN surface.
[Visual Basic .NET] Public ReadOnly Property Length3D As Double
[C#] public double Length3D {get;}
[C++]
HRESULT get_Length3D(
double* pLength
);
[C++]
Parameters pLength [out, retval] pLength is a parameter of type double
Length3D represents the 3-D distance between the from and to nodes of the edge. It takes into consideration X, Y, and Z coordinates.