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 409
c1b7d518 2fcd bec7 5db0 6e61c53dbcdf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes an attribute definition with the specified tag from the current dictionary.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Remove(
string tag
)
VB
Public Function Remove (
tag As String
) As Boolean
C++
public:
virtual bool Remove(
String^ tag
) sealed
F#
abstract Remove :
tag : string -> bool
override Remove :
tag : string -> bool
- String
- The tag of the attribute definition to remove.
Boolean
True if the attribute definition is successfully removed; otherwise, false.
IDictionary(TKey, TValue).Remove(TKey)
AttributeDefinitionDictionary Class
netDxf.Collections Namespace