IVZMultiplyDataSource.GetAttributes

Fore syntax

GetAttributes: IVZStringArray;

Fore.NET syntax

GetAttributes(): Prognoz.Platform.Interop.Visualizators.VZStringArray;

Description

The GetAttributes method returns identifiers of all data source attributes.

Comments

To get identifiers of all elements, use the IVZMultiplyDataSource.GetObjects method.

Fore and Fore.NET examples

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

See also:

IVZMultiplyDataSource