TrimCurve.IsVertical Method

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

Parameters

domainU
double

Domain U length

Return Value

bool

True if the line is horizontal, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition