DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Row | Methods | Properties
Gives access to the whole matrix row.
// C# public TGIS_Vector Row[_row int] { get {} set {} }
' VisualBasic Public Property Row(ByVal _row As Integer] As TGIS_Vector Get End Get Set(ByVal value As TGIS_Vector) End Set End Property
// Oxygene public property Row[ _row : Integer ] : TGIS_Vector read read;
Name | Type | Description |
---|---|---|
_row | int Integer | the row index |
Type |
---|
TGIS_Vector |