Public Sub AddParts( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
public void AddParts( IEnumerable<IEnumerable<Segment>> parts )
Parameters
- parts
- An enumeration of parts built from an enumeration of segments.
Public Sub AddParts( _ ByVal parts As IEnumerable(Of IEnumerable(Of Segment)) _ )
public void AddParts( IEnumerable<IEnumerable<Segment>> parts )
| Exception | Description |
|---|---|
| System.ArgumentNullException | parts is null. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)