User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_squarematrix.create_2_itgis_matrix

Table of Contents

ITGIS_SquareMatrix.Create_2 method

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

Creates a square matrix instance from source matrix data.

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

Syntax

// C#
public void Create_2(
  ITGIS_Matrix _mtr
);
' VisualBasic
Public Sub Create_2(
  ByVal _mtr As ITGIS_Matrix
)
// Oxygene
public
  procedure Create_2(
    _mtr : ITGIS_Matrix
  );

Parameters

Name Type Description
_mtr ITGIS_Matrix The source matrix data.

Remarks

PURPOSE: Builds a square matrix from an existing matrix value.

BEHAVIOR: Copies source values into the new square matrix. If the source matrix is not square, data is truncated to the smaller source dimension.

USAGE: Use this overload to initialize a square matrix from existing matrix data.

matrix = TGIS_SquareMatrix(sourceMatrix)       size = matrix.Dimension

2026/07/11 00:15

Page Tools