Class SubMatrixAccessor
MatrixAccessor
Allows access to a rectangular subset of the parent matrix as if it were a standalone matrix
Inheritance
System.Object
SubMatrixAccessor
Assembly: TcMatrixConnector.dll
Syntax
public abstract class SubMatrixAccessor : MatrixAccessor
Fields
|
Improve this Doc
View Source
ColCount_
Declaration
Field Value
| Type |
Description |
| System.Object |
|
|
Improve this Doc
View Source
ColStart_
Declaration
Field Value
| Type |
Description |
| System.Object |
|
|
Improve this Doc
View Source
RowCount_
Declaration
Field Value
| Type |
Description |
| System.Object |
|
|
Improve this Doc
View Source
RowStart_
Declaration
Field Value
| Type |
Description |
| System.Object |
|
Properties
|
Improve this Doc
View Source
Cols
note
This is PLC property. This method is accessible only from the PLC code.
Declaration
[IgnoreReflection]
public dynamic Cols { get; }
Property Value
| Type |
Description |
| System.Object |
Plc type UINT; Twin type: Vortex.Connector.ValueTypes.OnlinerUInt
|
|
Improve this Doc
View Source
Rows
note
This is PLC property. This method is accessible only from the PLC code.
Declaration
[IgnoreReflection]
public dynamic Rows { get; }
Property Value
| Type |
Description |
| System.Object |
Plc type UINT; Twin type: Vortex.Connector.ValueTypes.OnlinerUInt
|