Eyeshot 10 WinForms API Reference
TryGetLine Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class : TryGetLine Method
The resulting linear curve (when possible)
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

Reference

Curve Class
Curve Members