DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Create_2 | Methods | Properties
Creates an instance. If the source matrix is not square then it will be truncated by the smaller dimension.
// 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 data for matrix |