SetActiveFieldAsync Method
Overloads
| SetActiveFieldAsync(Int32) |
Set a cyclic dimension's active field directly. |
|
| SetActiveFieldAsync(AsyncHandle, Int32) |
Set a cyclic dimension's active field directly. |
SetActiveFieldAsync(Int32)
Set a cyclic dimension's active field directly.
Declaration
Task SetActiveFieldAsync([QixName("qIx")] int ix)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ix |
Index of the new active field. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
This operation is only possible for cyclic dimensions.
SetActiveFieldAsync(AsyncHandle, Int32)
Set a cyclic dimension's active field directly.
Declaration
Task SetActiveFieldAsync(AsyncHandle asyncHandle, [QixName("qIx")] int ix)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Int32 | ix |
Index of the new active field. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
This operation is only possible for cyclic dimensions.