public PolygonBuilder( IEnumerable<Segment> segments )
Public Function New( _ ByVal segments As IEnumerable(Of Segment) _ )
Parameters
- segments
- Segments for the first ring.
public PolygonBuilder( IEnumerable<Segment> segments )
Public Function New( _ ByVal segments As IEnumerable(Of Segment) _ )
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 | segments is null. |
Target Platforms: Windows 10, Windows 8.1