CADability dotNET
Removes the given Layout from the project. There must always be at least one layout, so you cannot remove the last layout.

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

Syntax

C#
public bool RemoveLayout(
	Layout toRemove
)
Visual Basic
Public Function RemoveLayout ( _
	toRemove As Layout _
) As Boolean
Visual C++
public:
bool RemoveLayout(
	Layout^ toRemove
)

Parameters

toRemove
Type: CADability..::..Layout
layout to remove

Return Value

success: true, failure: false

See Also