Click or drag to resize

ViewsRemove Method (View)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a view.

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

Parameters

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