This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
37043207 50ca 9b8d 0234 55858cc463f3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a viewports.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
VPort item
)
VB
Public Overrides Function Remove (
item As VPort
) As Boolean
C++
public:
virtual bool Remove(
VPort^ item
) override
F#
abstract Remove :
item : VPort -> bool
override Remove :
item : VPort -> bool
Boolean
True if the viewports has been successfully removed, or false otherwise.
Reserved viewports or any other referenced by objects cannot be removed.