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

209bd560 81ab cc17 0c9b e939952bde6f

haplokuon edited this page May 6, 2023 · 1 revision

Remove Method

netDxf 3.0.0 Library

Removes an extended data with the specified application registry name from the current dictionary.

Definition

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

C#

public bool Remove(
	string appId
)

VB

Public Function Remove ( 
	appId As String
) As Boolean

C++

public:
virtual bool Remove(
	String^ appId
) sealed

F#

abstract Remove : 
        appId : string -> bool 
override Remove : 
        appId : string -> bool 

Parameters

  String
The application registry name of the extended data to remove.

Return Value

Boolean
True if the extended data is successfully removed; otherwise, false.

Implements

IDictionary(TKey, TValue).Remove(TKey)

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally