LinearPath.MergeWith Method

Merges this linear path with a consecutive linear path.
Public Function MergeWith( _ 
ByVal other As LinearPath
) As Boolean
This language is not supported or no code example is available.
public bool MergeWith( 
LinearPath other 
)
This language is not supported or no code example is available.

Parameters

other
LinearPath

The second Linear Path.

Return Value

bool

True if the linear paths were merged, false otherwise.

Remarks
 
The EndPoint of the first linear path must be equal to the StartPoint of the second.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition