'Declaration
Public Shared Function ApplyIndexRangeAndDataEncoding( _ ByVal context As ISystemContext, _ ByVal indexRange As NumericRange, _ ByVal dataEncoding As QualifiedName, _ ByRef value As Object _ ) As ServiceResult
'Usage
Dim context As ISystemContext Dim indexRange As NumericRange Dim dataEncoding As QualifiedName Dim value As Object Dim value As ServiceResult value = BaseVariableState.ApplyIndexRangeAndDataEncoding(context, indexRange, dataEncoding, value)
public static ServiceResult ApplyIndexRangeAndDataEncoding( ISystemContext context, NumericRange indexRange, QualifiedName dataEncoding, ref object value )
public: static ServiceResult^ ApplyIndexRangeAndDataEncoding( ISystemContext^ context, NumericRange indexRange, QualifiedName^ dataEncoding, Object^% value )
Parameters
- context
- The context.
- indexRange
- The index range.
- dataEncoding
- The data encoding.
- value
- The value.