PolylineShapeGetSplitLineShapes Method |
Get the decomposed line figure.
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[] GetSplitLineShapes()
Public MustOverride Function GetSplitLineShapes As LineShape()
Return Value
Type:
LineShape
Array of
LineShape that represents the line figure decomposed.
See Also