CadLayoutDictionary Methods

The CadLayoutDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(Object, Object)
Adds an element with the provided key and value to the IDictionary object.
(Inherited from NonGenericDictionary.)
Public methodAdd(String, CadLayout)
Adds a CadLayout to the dictionary.
Public methodClear
Removes all elements from the IDictionary object.
(Inherited from NonGenericDictionary.)
Public methodClone
Clones the dictionary.
Public methodContains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from NonGenericDictionary.)
Public methodContainsKey
Determines whether CadLayout contained within this dictionary.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from NonGenericDictionary.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from NonGenericDictionary.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Object)
Removes the element with the specified key from the IDictionary object.
(Inherited from NonGenericDictionary.)
Public methodRemove(String)
Removes the CadLayout with the specified key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
See Also