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
public 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 |
Implements
Remarks
This operation is only possible for cyclic dimensions.
SetActiveFieldAsync(AsyncHandle, Int32)
Set a cyclic dimension's active field directly.
Declaration
public 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 |
Implements
Remarks
This operation is only possible for cyclic dimensions.