public virtual void AddParts( IEnumerable<IEnumerable<Segment>> parts )
Public Overridable Sub AddParts( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
Parameters
- parts
- An enumeration of parts built from an enumeration of segments.
public virtual void AddParts( IEnumerable<IEnumerable<Segment>> parts )
Public Overridable Sub AddParts( _ 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