public void SetCoords( MapPoint startPoint, MapPoint endPoint )
Public Sub SetCoords( _ ByVal startPoint As MapPoint, _ ByVal endPoint As MapPoint _ )
Parameters
- startPoint
- The start point.
- endPoint
- The end point.
public void SetCoords( MapPoint startPoint, MapPoint endPoint )
Public Sub SetCoords( _ ByVal startPoint As MapPoint, _ ByVal endPoint As MapPoint _ )
Exception | Description |
---|---|
System.ArgumentNullException | startPoint or endPoint is null. |
Target Platforms: Windows 10, Windows 8.1