SelectHyperCubeContinuousRange Method
Overloads
| SelectHyperCubeContinuousRange(String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean) | 
             The following is returned in the output:  | 
        
      
    
SelectHyperCubeContinuousRange(String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean)
The following is returned in the output:
Declaration
      bool SelectHyperCubeContinuousRange([QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<NxContinuousRangeSelectInfo> ranges, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | 
           Path to the definition of the object.
For example,   | 
      
| System.Collections.Generic.IEnumerable<NxContinuousRangeSelectInfo> | ranges | 
           Selects ranges in a hypercube in (Ranges[N].Min,Ranges[N].Max) intervals.
If either Ranges[N].MinInclEq or Ranges[N].MaxInclEq, or both flags are set to   | 
      
| System.Boolean | softLock | 
           Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
The operation is successful if qSuccess is set to true.