Click or drag to resize

DocumentAddShape Method

Add a shape.

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 AddShape(
	Shape shape,
	Drawing drawing
)

Parameters

shape
Type: RootPro.RootProCADShape
Shape
drawing
Type: RootPro.RootProCADDrawing
represents the partial figure to add Drawing

Return Value

Type: Shape
Shape
See Also