public MapPoint GetPoint( int pointIndex )
Public Function GetPoint( _ ByVal pointIndex As Integer _ ) As MapPoint
Parameters
- pointIndex
- The point index. Must be in the range [0, Coords.Count - 1] inclusive.
public MapPoint GetPoint( int pointIndex )
Public Function GetPoint( _ ByVal pointIndex As Integer _ ) As MapPoint
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The point index is < 0 or the point index is >= Coords.Count. |
Target Platforms: Windows 10, Windows 8.1, Windows 7