CadDimensionDictionary Methods |
The CadDimensionDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Object, Object) |
Adds an element with the provided key and value to the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Add(String, CadDimensionStyleTable) |
Adds a CadDimensionStyleTable to the dictionary.
|
![]() | Clear |
Removes all elements from the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Clone |
Clones the dictionary.
|
![]() | Contains |
Determines whether the
IDictionary object contains an element with the specified key.
(Inherited from NonGenericDictionary.) |
![]() | ContainsKey |
Determines whether CadDimensionStyleTable contained within this dictionary.
|
![]() | CopyTo |
Copies the elements of the
ICollection to an
Array, starting at a particular
Array index.
(Inherited from NonGenericDictionary.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetEnumerator |
Gets the enumerator.
(Inherited from NonGenericDictionary.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | Remove(Object) |
Removes the element with the specified key from the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Remove(String) |
Removes the CadDimensionStyleTable with the specified key.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
|