Click or drag to resize

ViewsRemove Method (View)

Removes a view.

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

Parameters

item
Type: DXFReaderNET.TablesView
View to remove from the document.

Return Value

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