uaPLUS Reference
GetRawItemData Method
See Also  Send Feedback
HDAPluginDBA Namespace > DBAPlugin Class : GetRawItemData Method

item
startTime
endTime
maxValues
The maximal number of values to return. 0 means no limit.
bounds
Return bounding values.

Glossary Item Box

Reads the raw data points in the given time range from the database into a DataPoint array. At least one data point before and after the time range should be included in the returned array. This method needs NOT be thread safe. The returned data has to be sorted for increasing timestamps

Syntax

Visual Basic (Declaration) 
Public Function GetRawItemData( _
   ByVal item As ItemInfo, _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal maxValues As Integer, _
   ByVal bounds As Boolean _
) As DataPoint()
C# 
public DataPoint[] GetRawItemData( 
   ItemInfo item,
   DateTime startTime,
   DateTime endTime,
   int maxValues,
   bool bounds
)

Parameters

item
startTime
endTime
maxValues
The maximal number of values to return. 0 means no limit.
bounds
Return bounding values.

Return Value

HRESULT

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.