public PolygonBuilder( IEnumerable<Polygon> polygons )
Public Function New( _ ByVal polygons As IEnumerable(Of Polygon) _ )
Parameters
- polygons
- The polygons.
public PolygonBuilder( IEnumerable<Polygon> polygons )
Public Function New( _ ByVal polygons As IEnumerable(Of Polygon) _ )
| 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 | polygons is null. |
Target Platforms: Windows 11, Windows 10, Windows 8.1