Click or drag to resize

UnderlayDgnDefinitionsRemove Method (UnderlayDgnDefinition)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a DGN underlay definition.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	UnderlayDgnDefinition item
)
Request Example View Source

Parameters

item
Type: netDxf.ObjectsUnderlayDgnDefinition
UnderlayDgnDefinition to remove from the document.

Return Value

Type: 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