Lock Method
Overloads
Lock(String, IEnumerable<Int32>) |
Locks the selected values of a generic object. |
Lock(String, IEnumerable<Int32>)
Locks the selected values of a generic object.
Declaration
public void Lock([QixName("qPath")] string path, [QixName("qColIndices")] IEnumerable<int> colIndices = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object.
For example, |
System.Collections.Generic.IEnumerable<System.Int32> | colIndices |
Dimension numbers or dimension indexes where the lock should apply. Dimension numbers/indexes start from 0. If this parameter is not set, the selected values in all dimensions are locked. |
Implements
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!