Click or drag to resize

DimensionStyleOverrideDictionary Methods

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