public void Add( IEnumerable<MapPoint> points )
Public Overloads Sub Add( _ ByVal points As IEnumerable(Of MapPoint) _ )
Parameters
- points
- The set of MapPoints to add.
public void Add( IEnumerable<MapPoint> points )
Public Overloads Sub Add( _ ByVal points As IEnumerable(Of MapPoint) _ )
Exception | Description |
---|---|
System.InvalidOperationException | Incompatible spatial references. |
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
System.ArgumentNullException | points is null. |
Target Platforms: Windows 10, Windows 8.1, Windows 7