ISlPDLTermCollection.Add

Syntax

Add: ISlPDLTerm;

Description

The Add method adds variable to the collection.

Comments

Add returns the added variable after executing. The variable is added to the end of the collection, and the value of the ISlPDLTermCollection.Count property increases by one.

Example

The property use is given in the example for ISmLinearRegress.PDLTermCollection.

See also:

ISlPDLTermCollection