Previous Next


GetData Method (RDKResults Object)

Description

Retrieves the set of simulated values from an input or output.

Syntax

object.GetData(Optional removeFilteredAndErrorValues As Boolean)

Arguments

removeFilteredAndErrorValues (Optional Boolean) – if TRUE (the default) error values and filtered values are not included in the returned data.

Return Value

An array of doubles, dimensioned from one to the number of data points.

Example

Dim data() as Double
data = RDKApp.Outputs("myOutput").Results.GetData()