Click or drag to resize

VPortsRemove Method (VPort)

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

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

Parameters

item
Type: netDxf.TablesVPort
VPort to remove from the document.

Return Value

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