Click or drag to resize

LayoutsRemove Method (Layout)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deletes a layout and removes the layout entities from the document.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	Layout item
)
Request Example View Source

Parameters

item
Type: netDxf.ObjectsLayout
Layout to remove from the document.

Return Value

Type: Boolean
True if the layout has been successfully removed, or false otherwise.
Remarks
Reserved layouts or any other referenced by objects cannot be removed.
See Also