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 420
209bd560 81ab cc17 0c9b e939952bde6f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes an extended data with the specified application registry name from the current dictionary.
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
- String
- The application registry name of the extended data to remove.
Boolean
True if the extended data is successfully removed; otherwise, false.
IDictionary(TKey, TValue).Remove(TKey)