PolylineShapeSplit Method |
Disassemble into line figures.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract LineShape[] Split()
Public MustOverride Function Split As LineShape()
Return Value
Type:
LineShape
Array of
LineShape that represents the line figure decomposed.
See Also