Previous Next


Name Property (RDKCorrelation Object)

Description

Returns the name of a correlation matrix. A correlation's name is set when it is created using the Add or AddDependency methods of the parent correlations collection object. After a correlation has been created, its name can not be changed.

Syntax

object.Name

Arguments

None.

Return Value

(String) – the name of the correlation matrix.

Example

matrixName = RDKApp.Correlations(1).Name