User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_squarematrix.row

Table of Contents

TGIS_SquareMatrix.Row property

DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Row | Constructors | Methods | Properties

Gives access to the whole matrix row.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
 
def Row(
  self,
  _row: int
) -> TGIS_Vector: 
 
 
def Row(
  self,
  _row: int,
  _value: TGIS_Vector
) -> None: 

Parameters

Name Type Description
_row int the row index

Value

2023/08/09 01:59

Page Tools