CADability dotNET
Renames the

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

Syntax

C#
public bool RenameLayout(
	Layout l,
	string newName
)
Visual Basic
Public Function RenameLayout ( _
	l As Layout, _
	newName As String _
) As Boolean
Visual C++
public:
bool RenameLayout(
	Layout^ l, 
	String^ newName
)

Parameters

l
Type: CADability..::..Layout
newName
Type: System..::..String

Return Value

See Also