Click or drag to resize

DimensionStyleOverrideDictionary Class

Represents a dictionary of DimensionStyleOverrides.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.CollectionsDimensionStyleOverrideDictionary

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public sealed class DimensionStyleOverrideDictionary : IDictionary<DimensionStyleOverrideType, DimensionStyleOverride>, 
	ICollection<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, IEnumerable<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, 
	IEnumerable

The DimensionStyleOverrideDictionary type exposes the following members.

Constructors
  NameDescription
Public methodDimensionStyleOverrideDictionary
Initializes a new instance of DimensionStyleOverrideDictionary.
Public methodDimensionStyleOverrideDictionary(Int32)
Initializes a new instance of DimensionStyleOverrideDictionary and has the specified initial capacity.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of DimensionStyleOverride contained in the current dictionary.
Public propertyIsReadOnly
Gets a value indicating whether the actual dictionary is read-only.
Public propertyItem
Gets or sets the DimensionStyleOverride with the specified type.
Public propertyTypes
Gets an ICollection containing the types of the current dictionary.
Public propertyValues
Gets an ICollection containing the DimensionStyleOverride list of the current dictionary.
Top
Methods
  NameDescription
Public methodAdd(DimensionStyleOverride)
Adds an DimensionStyleOverride to the dictionary.
Public methodAdd(DimensionStyleOverrideType, Object)
Adds a DimensionStyleOverride to the dictionary from its type and value.
Public methodAddRange
Adds an DimensionStyleOverride list to the dictionary.
Public methodClear
Removes all DimensionStyleOverride from the current dictionary.
Public methodContainsType
Determines whether current dictionary contains an DimensionStyleOverride of the specified type.
Public methodContainsValue
Determines whether current dictionary contains a specified DimensionStyleOverride.
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodRemove
Removes an DimensionStyleOverride of the specified type from the current dictionary.
Public methodTryGetValue
Gets the DimensionStyleOverride associated of the specified type.
Top
See Also