The IMatrixModelFixInfo interface contains properties and methods that are used to fix changes within the matrix.
Property name | Brief description | |
Count | The Count property returns the number of dimensions, by which elements can be fixed. | |
DimFixed | The DimFixed property returns True if an element is fixed for the specified dimension. | |
FixedCount | The FixedCount property returns the number of matrix dimensions, by which elements are fixed. | |
Item | The Item property determines index of the element, by which the dimension must be fixed. |
Method name | Brief description | |
Clear | The Clear method clears fixing by all dimensions. | |
ClearFix | The ClearFix method clears fixing by the specified dimension. |
See also: