public void Add( IEnumerable<Coordinate3D> points )
Public Overloads Sub Add( _ ByVal points As IEnumerable(Of Coordinate3D) _ )
Parameters
- points
- The set of coordinates to add.
public void Add( IEnumerable<Coordinate3D> points )
Public Overloads Sub Add( _ ByVal points As IEnumerable(Of Coordinate3D) _ )
Exception | Description |
---|---|
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