IMsDimAttributesList.Add

Syntax

Add(Attribute: IDimAttribute);

Add(Attribute: Prognoz.Platform.Interop.Dimensions.IDimAttribute);

Parameters

Attribute. Attribute that should be added to the chain.

Description

The Add method adds the specified attribute to the chain.

Comments

Values of the added attribute will be used to create parameter values.

Fore and Fore.NET Examples

The example of use is given in description of the IMsModelPeriod.IdentificationStartDateCoord, IMsModelPeriod.IdentificationStartDateParam property.

See also:

IMsDimAttributesList