GetValue Method

IntelliCAD 11.1 Object Library
GetValue Method
See Also 
Row

The row that contains the desired value.

Column

The column that contains the desired value.

Matrix Object : GetValue Method

Description

Returns the value at a given row and column of the matrix.

Syntax

Visual Basic
Public Function GetValue( _
   ByVal Row As Integer, _
   ByVal Column As Integer _
) As Double

Parameters

Row

The row that contains the desired value.

Column

The column that contains the desired value.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.