Click or drag to resize

DimensionStyleOverrideDictionary Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The DimensionStyleOverrideDictionary type exposes the following members.

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
See Also