Click or drag to resize

TableReferenceInitializeFromSource Method

(Re-)read the table data from the source and source query fields on the table reference. This will automatically be called in the OnInitialize phase but for Sim3D it may be useful to force it to be re-read updated data from the Analysis spreadsheet during the OnExperimentPreInitialize phase.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void InitializeFromSource()
See Also