Click or drag to resize

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
Syntax
C#
public DataTable this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key for the table.

Return Value

Type: DataTable
A new or existing DataTable for storing experiment results.
See Also