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 409
dd083b3d ce20 33db 99bf 538cb3a75900
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a view.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override bool Remove(
View item
)
VB
Public Overrides Function Remove (
item As View
) As Boolean
C++
public:
virtual bool Remove(
View^ item
) override
F#
abstract Remove :
item : View -> bool
override Remove :
item : View -> bool
Boolean
True if the view has been successfully removed, or false otherwise.
Reserved views or any other referenced by objects cannot be removed.