IVZMultiplyDataSource.GetObjects

Fore syntax

GetObjects: IVZStringArray;

Fore.NET syntax

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

Description

The GetObjects method returns identifiers of all data source elements.

Comments

To get identifiers of all attributes, use the IVZMultiplyDataSource.GetAttributes method.

Fore and Fore.NET examples

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

See also:

IVZMultiplyDataSource