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

fd293a38 d317 4566 f2f9 21e4e650c591

haplokuon edited this page May 6, 2023 · 1 revision

Remove(UnderlayDgnDefinition) Method

netDxf 3.0.0 Library

Removes a DGN underlay definition.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	UnderlayDgnDefinition item
)

VB

Public Overrides Function Remove ( 
	item As UnderlayDgnDefinition
) As Boolean

C++

public:
virtual bool Remove(
	UnderlayDgnDefinition^ item
) override

F#

abstract Remove : 
        item : UnderlayDgnDefinition -> bool 
override Remove : 
        item : UnderlayDgnDefinition -> bool 

Parameters

  UnderlayDgnDefinition
UnderlayDgnDefinition to remove from the document.

Return Value

Boolean
True if the underlay definition has been successfully removed, or false otherwise.

Remarks

Any underlay definition referenced by objects cannot be removed.

See Also

Reference

UnderlayDgnDefinitions Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally