This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
fe3d6d3e 1969 0dd8 50f6 da464db22690
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| Add(DimensionStyleOverride) | Adds an DimensionStyleOverride to the dictionary. |
| Add(DimensionStyleOverrideType, Object) | Adds a DimensionStyleOverride to the dictionary from its type and value. |
| AddRange | Adds an DimensionStyleOverride list to the dictionary. |
| Clear | Removes all DimensionStyleOverride from the current dictionary. |
| ContainsType | Determines whether current dictionary contains an DimensionStyleOverride of the specified type. |
| ContainsValue | Determines whether current dictionary contains a specified DimensionStyleOverride. |
| 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 DimensionStyleOverride of the specified type from the current dictionary. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGetValue | Gets the DimensionStyleOverride associated of the specified type. |
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace