Click or drag to resize

VPortsRemove Method (VPort)

Removes a viewports.

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

Parameters

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