DimensionStyleOverrideDictionary Class |
Namespace: netDxf.Collections
public sealed class DimensionStyleOverrideDictionary : IDictionary<DimensionStyleOverrideType, DimensionStyleOverride>, ICollection<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, IEnumerable<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, IEnumerable
The DimensionStyleOverrideDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| DimensionStyleOverrideDictionary |
Initializes a new instance of DimensionStyleOverrideDictionary.
| |
| DimensionStyleOverrideDictionary(Int32) |
Initializes a new instance of DimensionStyleOverrideDictionary and has the specified initial capacity.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of DimensionStyleOverride contained in the current dictionary.
| |
| IsReadOnly |
Gets a value indicating whether the actual dictionary is read-only.
| |
| Item |
Gets or sets the DimensionStyleOverride with the specified type.
| |
| Types |
Gets an ICollection containing the types of the current dictionary.
| |
| Values |
Gets an ICollection containing the DimensionStyleOverride list of the current dictionary.
|
| Name | Description | |
|---|---|---|
| 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.
|
| Name | Description | |
|---|---|---|
| AddItem | ||
| BeforeAddItem | ||
| BeforeRemoveItem | ||
| RemoveItem |