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
public 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 |
Implements
Remarks
The operation is successful if qSuccess is set to true.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!