ISlPDLTermCollection

Description

The ISlPDLTermCollection interface is used to work with a collection of lag variables.

Comments

Each element of the collection is implemented by the ISlPDLTerm interface that enables the user to set lag variable and define its parameters.

The collection of lag variables is returned by the ISmLinearRegress.PDLTermCollection property.

Properties

  Property name Brief description
The Count property returns the number of variables in a collection.
The Item method returns a variable from the collection based on its index.

Methods

  Method name Brief description
The Add method adds variable to the collection.
The Clear method clears a collection of lag variables.
The Remove method deletes a variable from the collection based on its index.

See also:

Stat Assembly Interfaces