Opc.Ua.Core
SubRanges Property



Opc.Ua Namespace > NumericRange Structure : SubRanges Property
Gets or sets the sub ranges for multidimensional ranges.
Syntax
'Declaration
 
Public Property SubRanges As NumericRange()
'Usage
 
Dim instance As NumericRange
Dim value() As NumericRange
 
instance.SubRanges = value
 
value = instance.SubRanges
public NumericRange[] SubRanges {get; set;}
public:
property array<NumericRange>^ SubRanges {
   array<NumericRange>^ get();
   void set (    array<NumericRange>^ value);
}

Property Value

The sub ranges.
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