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