User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_squarematrix.element

Table of Contents

ITGIS_SquareMatrix.Element property

DK for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Element | Methods | Properties

The value of the matrix element.

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

Syntax

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

Parameters

Name Type Description
_row int
Integer
the row index
_col int
Integer
the column index

Value

Type
double
Double
2025/01/31 01:05

Page Tools