SelectListObjectContinuousRange Method
Overloads
SelectListObjectContinuousRange(String, IEnumerable<Range>, Boolean) |
The following is returned in the output: |
SelectListObjectContinuousRange(String, IEnumerable<Range>, Boolean)
The following is returned in the output:
Declaration
bool SelectListObjectContinuousRange([QixName("qPath")] string path, [QixName("qRanges")] IEnumerable<Range> 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<Range> | 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.
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!