DK for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Create_2 | Methods | Properties
Creates a square matrix instance from source matrix data.
// 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 );
| Name | Type | Description |
|---|---|---|
| _mtr | ITGIS_Matrix | The source matrix data. |
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