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
6a10ff63 39b2 e78c c228 926ae55285f2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Add | Adds an attribute definition to the dictionary. |
AddRange | Adds an attribute definition list to the dictionary. |
Clear | Removes all attribute definition from the current dictionary. |
ContainsTag | Determines whether current dictionary contains an attribute definition with the specified tag. |
ContainsValue | Determines whether current dictionary contains a specified attribute definition. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator | Returns an enumerator that iterates through the dictionary. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Remove | Removes an attribute definition with the specified tag from the current dictionary. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryGetValue | Gets the attribute definition associated with the specified tag. |
AttributeDefinitionDictionary Class
netDxf.Collections Namespace