IMsDisplayAttributeSettingsList.Add

Syntax

Add(Value: IDimensionModel): 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.

Example

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

See also:

IMsDisplayAttributeSettingsList