DataTableCollectionItem Property |
Get an existing table or create a new one by key.
This table will appear in the Analysis spreadsheet for charting.
Namespace:
Demo3D.Experiments
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic DataTable this[
string key
] { get; }Parameters
- key
- Type: SystemString
The key for the table.
Return Value
Type:
DataTableA new or existing DataTable for storing experiment results.
See Also