ShapeGetExplodedShapes Method |
Get the decomposed 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 Shape[] GetExplodedShapes()
Public MustOverride Function GetExplodedShapes As Shape()
Return Value
Type:
Shape
An array of
Shape that represents the decomposed figure.
See Also