User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_squarematrix.row

Table of Contents

ITGIS_SquareMatrix.Row property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Row | Methods | Properties

Gives access to the whole matrix row.

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

Syntax

// C#
public TGIS_Vector Row[_row int]
{
  get {}
  set {}
}
' VisualBasic
Public Property Row(ByVal  _row As Integer] As TGIS_Vector
  Get
  End Get
  Set(ByVal value As TGIS_Vector)
  End Set
End Property
// Oxygene
public
  property Row[ _row : Integer ] : TGIS_Vector read read;

Parameters

Name Type Description
_row int
Integer
the row index

Value

2022/11/30 19:10

Page Tools