TrimCurve.IsHorizontal Method

Returns true if the trim curve is horizontal.
Public Function IsHorizontal( _ 
ByVal domainV As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsHorizontal( 
double domainV 
)
This language is not supported or no code example is available.

Parameters

domainV
double

Domain V length

Return Value

bool

True if the line is horizontal, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition