PolylineShapeGetSplitLineShapes Method |
Get the decomposed line figure.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract LineShape[] GetSplitLineShapes()
Public MustOverride Function GetSplitLineShapes As LineShape()
Return Value
Type:
LineShape
Array of
LineShape that represents the line figure decomposed.
See Also