Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / TryGetLine Method
The resulting linear curve (when possible)

In This Topic
    TryGetLine Method
    In This Topic
    Converts this generic curve to Line (when possible).
    Syntax
    'Declaration
     
    Public Function TryGetLine( _
       ByRef ln As Line _
    ) As Boolean
    public bool TryGetLine( 
       out Line ln
    )

    Parameters

    ln
    The resulting linear curve (when possible)

    Return Value

    True if the operation succeeds, false otherwise.
    See Also