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: 25.0
Syntax
VB
Public Default Property Item (
row As Integer,
col As Integer
) As Double
Get
Set
C#
public double this[
int row,
int col
] { get; set; }
Parameters
- row
- Type: System.Int32
- col
- Type: System.Int32
Property Value
Type:
Double
See Also
Reference