GetAllLevelDataDictionary(attrId: String; level: Integer): IVZDataDictionary;
GetAllLevelDataDictionary(attrId: string; level: integer): Prognoz.Platform.Interop.Visualizators.VZDataDictionary;
attrId. Attribute identifier.
level. Time line level.
The GetAllLevelDataDictionary method returns all data for the set attribute on the set time line level.
To get all data of the set element, use the IVZMultiplyDataSource.GetAllObjectData method.
The method use is given in the example for IVZMultiplyDataSource.GetData.
See also: