CadAcdsList Properties

The CadAcdsList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from NonGenericList.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from NonGenericList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from NonGenericList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from NonGenericList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from NonGenericList.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from NonGenericList.)
See Also