GetAllObjectData(objectId: String; attrId: String): IVZDataArray;
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 timeline.
To get all data for the set attribute on the set timeline level, use the IVZMultiplyDataSource.GetAllLevelDataDictionary method.
The method use is given in the example for IVZMultiplyDataSource.GetData.
See also: