Click or drag to resize

DoubleMatrixRowCollection Properties

The DoubleMatrixRowCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Protected propertyItems (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Public propertyMatrix
Gets the Matrix whose rows this instance collects.
Public propertyCode exampleXDataColumn
Gets or sets the column index of the entries which are to be returned by the XData property of the rows in the collection.
Public propertyCode exampleYDataColumn
Gets or sets the column index of the entries which are to be returned by the YData property of the rows in the collection.
Public propertyCode exampleZDataColumn
Gets or sets the column index of the entries which are to be returned by the ZData property of the rows in the collection.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyIListTItem
Gets the element at the specified index. An NotSupportedException occurs if you try to set the item at the specified index.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyIListItem
Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ReadOnlyCollectionDoubleMatrixRow.)
Top
See Also