GetAllObjectData(objectId: String; attrId: String): IVZDataArray;
GetAllObjectData(objectId: string; attrId: string): Prognoz.Platform.Interop.Visualizators.VZDataArray;
objectId. Identifier of the element from observation object dimension.
attrId. Attribute identifier.
The GetAllObjectData method returns all data for element and attribute by the entire time line.
To get all data for the set attribute on the set time line level, use the IVZMultiplyDataSource.GetAllLevelDataDictionary method.
The method use is given in the example for IVZMultiplyDataSource.GetData.
See also: