EasyUA Reference
ApplyRange Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NumericRange Structure : ApplyRange Method

value
The array to subset.

Glossary Item Box

Applys the index range to an array value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NumericRange
Dim value As Object
Dim value As StatusCode
 
value = instance.ApplyRange(value)
C# 
public StatusCode ApplyRange( 
   ref 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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.