CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Removes the given Layout from the project. There must always be at least
one layout, so you cannot remove the last layout.
Namespace: CADabilityAssembly: 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