Click or drag to resize

DrawGroupShapeItemCollectionAdd Method

Add a new shape to the 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 int Add(
	Shape shape
)

Parameters

shape
Type: RootPro.RootProCADShape
The figure to add.

Return Value

Type: Int32
Index in the collection of added shapes.
See Also