Eyeshot 9.0 WPF API Reference
IsHorizontal Method

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

Parameters

domainV
Domain V length

Return Value

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

Reference

TrimCurve Class
TrimCurve Members