CADability dotNET
Adds the specified Layout to the project.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public int AddLayout(
	Layout l
)
Visual Basic
Public Function AddLayout ( _
	l As Layout _
) As Integer
Visual C++
public:
int AddLayout(
	Layout^ l
)

Parameters

l
Type: CADability..::..Layout
the layout to add

Return Value

the index of the new layout

See Also