ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEdge Class / Length3D Property

In This Topic
    Length3D Property (TinEdge)
    In This Topic
    Gets the 3D length of this TIN edge. The length is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public ReadOnly Property Length3D As Double
    public double Length3D {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also