Click or drag to resize

LayoutsRemove Method (Layout)

Deletes a layout and removes the layout entities from the document.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	Layout item
)

Parameters

item
Type: DXFReaderNET.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