Show contents 

Ms > Ms Assembly Interfaces > IMsDisplayAttributeSettingsList > IMsDisplayAttributeSettingsList.FindById

IMsDisplayAttributeSettingsList.FindById

Fore Syntax

FindById(DimId: String): IMsDisplayAttributeSettings;

Fore.NET Syntax

FindById(DimId: string): Prognoz.Platform.Interop.Ms.IMsDisplayAttributeSettings;

Parameters

DimId. Dimension identifier.

Description

The FindById method searches attribute settings for the dimension with the specified identifier.

Comments

If attribute settings for the specified dimension are not found, the method returns Null.

See also:

IMsDisplayAttributeSettingsList