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

item
startTime
endTime

Glossary Item Box

Reads all modified data points from the file into a DataPointModified array. At least one data point before and after the time range must be included in the returned array. This implementation returns all found points and lets the calling method in HDAPlugin.dll filter the unneeded points. The returned data has to be sorted for increasing timestamps. On error throw a HDAException with the error code that is to be rturned to the client.

Syntax

Visual Basic (Declaration) 
Public Function GetModifiedItemData( _
   ByVal item As ItemInfo, _
   ByVal startTime As Date, _
   ByVal endTime As Date _
) As DataPointModified()
C# 
public DataPointModified[] GetModifiedItemData( 
   ItemInfo item,
   DateTime startTime,
   DateTime endTime
)

Parameters

item
startTime
endTime

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.