DocumentUnitsMatrixItem Property |
Gets or sets the value of a cell in the matrix.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Default Property Item (
row As Integer,
col As Integer
) As Double
Get
Set
public double this[
int row,
int col
] { get; set; }
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
Property Value
Type:
DoubleSee Also