GCurve.TryGetLine Method

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

Parameters

ln
GLine

The resulting linear curve (when possible)

Return Value

bool

True if the operation succeeds, false otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition