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