Click or drag to resize

DrawingCollectionAddPaper Method

Add a new form.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Paper AddPaper(
	string name
)

Parameters

name
Type: SystemString
Name of paper to add

Return Value

Type: Paper
Paper representing the added form.
See Also