BSplineCurveShapeIsClosed Property |
Gets a value indicating whether the B spline is closed.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool IsClosed { get; }
Public MustOverride ReadOnly Property IsClosed As Boolean
Get
Property Value
Type:
Boolean
True if it is closed.Otherwise false.
See Also