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
)
Public Overrides Function Remove (
item As Layout
) As Boolean
public:
virtual bool Remove(
Layout^ item
) override
abstract Remove :
item : Layout -> bool
override Remove :
item : Layout -> bool
VIRTUAL METHOD Remove(
item AS Layout
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.ObjectsLayout
Layout to remove from the document.
Return Value
Type:
BooleanTrue if the layout has been successfully removed, or false otherwise.
Remarks Reserved layouts or any other referenced by objects cannot be removed.
See Also