Opc.Ua.Core
ApplyRange Method



Opc.Ua Namespace > NumericRange Structure : ApplyRange Method
The array to subset.
Applys the index range to an array value.
Syntax
'Declaration
 
Public Function ApplyRange( _
   ByRef value As Object _
) As StatusCode
'Usage
 
Dim instance As NumericRange
Dim value As Object
Dim value As StatusCode
 
value = instance.ApplyRange(value)
public StatusCode ApplyRange( 
   ref object value
)
public:
StatusCode ApplyRange( 
   Object^% value
) 

Parameters

value
The array to subset.

Return Value

The reason for the failure if the range could not be applied.
Remarks
Replaces the value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericRange Structure
NumericRange Members