public void AddPoints( IEnumerable<MapPoint> points )
Public Sub AddPoints( _ ByVal points As IEnumerable(Of MapPoint) _ )
Parameters
- points
- The MapPoint enumeration to add. It cannot be null.
public void AddPoints( IEnumerable<MapPoint> points )
Public Sub AddPoints( _ ByVal points As IEnumerable(Of MapPoint) _ )
Exception | Description |
---|---|
System.ArgumentNullException | The input point enumeration is null. |
Target Platforms: Windows 10, Windows 8.1, Windows 7