Public Function GetTriangleNeighborhood( _ ByVal point As MapPoint _ ) As IReadOnlyList(Of TinTriangle)
public IReadOnlyList<TinTriangle> GetTriangleNeighborhood( MapPoint point )
Parameters
- point
- Point location. This will be projected into the spatial reference of the TIN dataset.
Return Value
A IReadOnlyList of TinTriangle