CadAppIdDictionary Properties

The CadAppIdDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCadSymbolTableGroupCodes
Gets or sets the cad symbol table group codes.
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from NonGenericDictionary.)
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from NonGenericDictionary.)
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from NonGenericDictionary.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from NonGenericDictionary.)
Public propertyItemObject
Gets or sets the element with the specified key.
(Inherited from NonGenericDictionary.)
Public propertyItemString
Gets or sets the CadAppIdTableObject with the specified key.
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from NonGenericDictionary.)
Public propertyKeysTyped
Gets the strongly typed collection of keys.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from NonGenericDictionary.)
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from NonGenericDictionary.)
Public propertyValuesTyped
Gets the strongly typed values collection.
See Also