ShapeCollectionAddDrawGroup Method |
Add a drawing group.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract DrawGroupShape AddDrawGroup(
Shape[] shapes,
bool emptyLayer
)
Public MustOverride Function AddDrawGroup (
shapes As Shape(),
emptyLayer As Boolean
) As DrawGroupShape
Parameters
- shapes
- Type: RootPro.RootProCADShape
an array of Shape representing a figure included in the drawing group - emptyLayer
- Type: SystemBoolean
A value indicating whether there is no layer. True if there is no layer. Otherwise false.
Return Value
Type:
DrawGroupShape representing a drawing group
DrawGroupShape See Also