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)
Syntaxpublic abstract int Add(
Shape shape
)
Public MustOverride Function Add (
shape As Shape
) As Integer
Parameters
- shape
- Type: RootPro.RootProCADShape
The figure to add.
Return Value
Type:
Int32 Index in the collection of added shapes.
See Also