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 438
4b1f294c cd0f 4296 d480 17bff2acff4c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
| AddCustomVariable | Adds a custom HeaderVariable to the list. |
| ClearCustomVariables | Removes all custom HeaderVariable from the list. |
| ContainsCustomVariable | Checks if a custom HeaderVariable name exits in the list. |
| CustomNames | Gets a collection of the custom header variables names. |
| CustomValues | Gets a collection of the custom header variables. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| KnownNames | Gets a collection of the known header variables names. |
| KnownValues | Gets a collection of the known header variables. |
| RemoveCustomVariable | Removes a custom HeaderVariable from the list. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGetCustomVariable | Gets the header variable associated with the specified name. |