Gets whether the curve is a b-spline curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsBcurve() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim value As Boolean
value = instance.IsBcurve()
|
Return Value
True if curve is a b-spline curve, false if other curve type
Remarks
See Also