uaPLUS Reference
ApplyIndexRangeAndDataEncoding Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > HdaHistoryBaseRequest Class : ApplyIndexRangeAndDataEncoding Method

context
The context.
indexRange
The index range.
dataEncoding
The data encoding.
value
The value.

Glossary Item Box

Applies the index range and data encoding to the value.

Syntax

Visual Basic (Declaration) 
Protected Function ApplyIndexRangeAndDataEncoding( _
   ByVal context As ISystemContext, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByVal value As DataValue _
) As ServiceResult
C# 
protected ServiceResult ApplyIndexRangeAndDataEncoding( 
   ISystemContext context,
   NumericRange indexRange,
   QualifiedName dataEncoding,
   DataValue value
)

Parameters

context
The context.
indexRange
The index range.
dataEncoding
The data encoding.
value
The value.

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.