DK for Delphi | GisMatrix.TGIS_SquareMatrix.Row | Constructors | Methods | Properties
Gives access to the whole matrix row.
// Delphi public property Row[ const _row : Integer ] : TGIS_Vector read write;
// C++ Builder public: __property TGIS_Vector* Row = {read, write};
Name | Type | Description |
---|---|---|
_row | Integer | the row index |
Type |
---|
TGIS_Vector |