GetVarianceList Method

<< >>

Navigation:  Programming with Amos > Class Reference > CValue Class Reference > CValue Class Members > Methods >

GetVarianceList Method

Gets the variances of exogenous variables.

Syntax

result = object.GetVarianceList ()

The GetVarianceList method syntax has the following parts:

Part

Description

result

A list of VariableAndValue objects. Each VariableAndValue object consists of an exogenous Variable and a variance.

object

An object of type CValue.