ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangle Class / GetAdjacentTriangleIndices Method

In This Topic
    GetAdjacentTriangleIndices Method
    In This Topic
    Gets the list of triangle indices adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetAdjacentTriangleIndices() As IReadOnlyList(Of Integer)
    public IReadOnlyList<int> GetAdjacentTriangleIndices()

    Return Value

    An IReadOnlyList of triangle indices.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    Note that triangles that border the TIN's extreme perimeter will not have adjacent triangles on all sides.
    Requirements

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

    ArcGIS Pro version: 3.2 or higher.
    See Also