IMsDisplayAttributeSettingsList.Add

Fore Syntax

Add(Value: IDimensionModel): IMsDisplayAttributeSettings;

Fore.NET Syntax

Add(Value: Prognoz.Platform.Interop.Dimensions.IDimensionModel): Prognoz.Platform.Interop.Ms.IMsDisplayAttributeSettings;

Parameters

Value. The dimension, which attribute is displayed in the string view of expression elements.

Description

The Add method adds parameter to the collection.

Comments

To remove elements from the collection, use the IMsDisplayAttributeSettingsList.Clear, IMsDisplayAttributeSettingsList.Remove, IMsDisplayAttributeSettingsList.RemoveByKey methods.

Fore and Fore.NET Examples

The property use is given in the example for IMsDisplaySettings.DisplayAttributes.

See also:

IMsDisplayAttributeSettingsList