Curve.TryGetLine Method

Converts this generic curve to Line (when possible).
Public Function TryGetLine( _ 
ByRef ln As Line
) As Boolean
This language is not supported or no code example is available.
public bool TryGetLine( 
out Line ln 
)
This language is not supported or no code example is available.

Parameters

ln
Line

The resulting linear curve (when possible)

Return Value

bool

True if the operation succeeds, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition