ALTADataSet Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|ALTADataSet Class|ALTADataSet}} Initialize a new instance of the ALTADataSet class. == Syntax == *ALTADataSet() …')
 
No edit summary
Line 7: Line 7:


Parameters
Parameters
:''Name'': The [[ALTADataSet.DatasetName|name]] of the new data set, which can be shown in plots.
:''Name'': The name of the new data set, which can be shown in plots.

Revision as of 16:23, 15 May 2014


Initialize a new instance of the ALTADataSet class.

Syntax

  • ALTADataSet() Creates a new ALTADataSet object with an empty data set name.
  • ALTADataSet( Name As String) Creates a new ALTADataSet object with the user-specified data set name.

Parameters

Name: The name of the new data set, which can be shown in plots.