Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / MergeWith Method
The second Linear Path.

In This Topic
    MergeWith Method (LinearPath)
    In This Topic
    Merges this linear path with a consecutive linear path.
    Syntax
    'Declaration
     
    Public Function MergeWith( _
       ByVal other As LinearPath _
    ) As Boolean
    public bool MergeWith( 
       LinearPath other
    )

    Parameters

    other
    The second Linear Path.

    Return Value

    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.
    See Also