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