uaPLUS Reference
GetModifiedItemData Method
See Also  Send Feedback
I_HDAPluginDBA Namespace > IDBAPlugin Interface : 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, because a bounding value may be requested or interpolation needed. Excess data doesn't harm, it will be ignored in the base layer data processing. The returned data MUST be sorted for increasing timestamps. On error throw a HDAException with the error code that is to be returned to the client.

Syntax

Visual Basic (Declaration) 
Function GetModifiedItemData( _
   ByVal item As ItemInfo, _
   ByVal startTime As Date, _
   ByVal endTime As Date _
) As DataPointModified()
C# 
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.