Class ShrunkMatrixAccessor
MatrixAccessor Allows access to the parent matrix as if the Shrink(Object, Object) function had been called
Inherited Members
Namespace: PlcDocu.TcMatrix
Assembly: TcMatrixConnector.dll
Syntax
public abstract class ShrunkMatrixAccessor : MatrixAccessor
Fields
| Improve this Doc View SourceColRemoved_
Declaration
public object ColRemoved_
Field Value
| Type | Description |
|---|---|
| System.Object |
RowRemoved_
Declaration
public object RowRemoved_
Field Value
| Type | Description |
|---|---|
| System.Object |
Properties
| Improve this Doc View SourceCols
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 |
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 |