Description:
Data represents the COM object to the element Data
Properties:
Name | Name of the node |
ID | Identification number of the node |
InputLinks (ReadOnly) | Return the Links-object. It is the collection of all input links to the node |
OutputLinks (ReadOnly) | Return the Links-object. It is the collection of all output links to the node |
DataCount (ReadOnly) | Number of data sets |
Methods:
InitData() | Delete all data and set the data size to the number of output links |
AddData(System.Array Val) | Add the value list as data set to the data |
DeleteData(Integer Index) | Delete the data with the index (1..DataCount) |