aceDictionary2DTD1Key, TD2Key, TValue Properties |
The aceDictionary2DTD1Key, TD2Key, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the count of the first dimension entries
| |
| height |
Gets the height: number of rows (second dimension)
| |
| ItemTD1Key |
Accessing whole nested dimension. Get will return dictionary with reference, Set will not replace existing dimension but update if with all KeyValuePairTKey, TValue pairs.
| |
| ItemTD1Key, TD2Key |
Access to stored 2D value. Returns [!:TValue] default value if not defined within the matrix
| |
| width |
Gets the width: number of columns (second dimension)
|