SelectHyperCubeContinuousRangeAsync Method
Overloads
| SelectHyperCubeContinuousRangeAsync(String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean) | The following is returned in the output: | |
| SelectHyperCubeContinuousRangeAsync(AsyncHandle, String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean) | The following is returned in the output: | |
| SelectHyperCubeContinuousRangeAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean) | The following is returned in the output: | 
SelectHyperCubeContinuousRangeAsync(String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean)
The following is returned in the output:
Declaration
      public Task<bool> SelectHyperCubeContinuousRangeAsync([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.Threading.Tasks.Task<System.Boolean> | 
Implements
Remarks
The operation is successful if qSuccess is set to true.
SelectHyperCubeContinuousRangeAsync(AsyncHandle, String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean)
The following is returned in the output:
Declaration
      public Task<bool> SelectHyperCubeContinuousRangeAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<NxContinuousRangeSelectInfo> ranges, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| 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.Threading.Tasks.Task<System.Boolean> | 
Implements
Remarks
The operation is successful if qSuccess is set to true.
SelectHyperCubeContinuousRangeAsync<T>(AsyncHandle, Func<Response, T>, String, IEnumerable<NxContinuousRangeSelectInfo>, Boolean)
The following is returned in the output:
Declaration
      public Task<T> SelectHyperCubeContinuousRangeAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<NxContinuousRangeSelectInfo> ranges, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
| 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.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Implements
Remarks
The operation is successful if qSuccess is set to true.