Eyeshot 9.0 WinForms API Reference
IsVertical Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > TrimCurve Class : IsVertical Method
Domain U length
Returns true if the trim curve is horizontal.
Syntax
'Declaration
 
Public Function IsVertical( _
   ByVal domainU As Double _
) As Boolean
public bool IsVertical( 
   double domainU
)

Parameters

domainU
Domain U length

Return Value

True if the line is horizontal, false otherwise.
See Also

Reference

TrimCurve Class
TrimCurve Members