SetElementAt Method (IMathTransform) Send Feedback
See Also 
Row
Row position of transform matrix
Column
Column position of transform matrix
NewVal
Value of element at Row and Column position
Sets the specified value of the element at the specified row and column of this transformation matrix.

Syntax

Visual Basic 
Sub SetElementAt( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer, _
   ByVal NewVal As System.Double _
) 
C# 
void SetElementAt( 
   System.int Row,
   System.int Column,
   System.double NewVal
)
JavaScript 
SetElementAt( 
   Row : Number,
   Column : Number,
   NewVal : Number
)
COM native C++ 
HRESULT SetElementAt( 
   LONG Row,
   LONG Column,
   DOUBLE NewVal
) 
C++ 
DSRESULT SetElementAt( 
   long Row,
   long Column,
   double NewVal
) 

Parameters

Row
Row position of transform matrix
Column
Column position of transform matrix
NewVal
Value of element at Row and Column position
 

See Also

Availability

DraftSight V1R1.4