Click or drag to resize

LayoutCollectionAdd Method

Add a new layout on the 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 Layout Add(
	string name,
	Drawing drawing
)

Parameters

name
Type: SystemString
Name of the layout to add
drawing
Type: RootPro.RootProCADDrawing
Partial figure to be added

Return Value

Type: Layout
Layout representing the added layout.
See Also