Click or drag to resize

DimensionStyleOverrideDictionary Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a dictionary of DimensionStyleOverrides.
Inheritance Hierarchy
SystemObject
  netDxf.CollectionsDimensionStyleOverrideDictionary

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public sealed class DimensionStyleOverrideDictionary : IDictionary<DimensionStyleOverrideType, DimensionStyleOverride>, 
	ICollection<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, IEnumerable<KeyValuePair<DimensionStyleOverrideType, DimensionStyleOverride>>, 
	IEnumerable
Request Example View Source

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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes an DimensionStyleOverride of the specified type from the current dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the DimensionStyleOverride associated of the specified type.
Top
Events
See Also