Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

dd083b3d ce20 33db 99bf 538cb3a75900

haplokuon edited this page May 6, 2023 · 1 revision

Remove(View) Method

netDxf 3.0.0 Library

Removes a view.

Definition

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 

Parameters

  View
View to remove from the document.

Return Value

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

Reference

Views Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally