IVZMultiplyDataSource.AttributesNames

Fore syntax

AttributesNames: IVZItemsNames;

Fore.NET syntax

AttributesNames: Prognoz.Platform.Interop.Visualizators.VZItemsNames;

Description

The AttributesNames property determines collection of data source attribute names.

Comments

To work with collection of names, use properties and methods of the IVZItemsNames interface.

Fore and Fore.NET examples

The property use is given in the example for IVZMultiplyDataSource.GetData.

See also:

IVZMultiplyDataSource