SetValue Method

IntelliCAD 11.1 Object Library
SetValue Method
See Also 
Row

The row where you want to set the value.

Column

The column where you want to set the value.

Value
The value to set.
Matrix Object : SetValue Method

Description

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

Syntax

Visual Basic
Public Sub SetValue( _
   ByVal Row As Integer, _
   ByVal Column As Integer, _
   ByVal Value As Double _
) 

Parameters

Row

The row where you want to set the value.

Column

The column where you want to set the value.

Value
The value to set.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.