DimensionStyleOverrideDictionary Class |
Namespace: DXFReaderNET.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.
| |
GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
Remove |
Removes an DimensionStyleOverride of the specified type from the current dictionary.
| |
TryGetValue |
Gets the DimensionStyleOverride associated of the specified type.
|