GetElementAt Method (IMathTransform) Send Feedback
See Also  Example
Val[out]
Value of element in Row and Column
Row
Row position of transformation matrix
Column
Column position of transformation matrix
Gets the value in the specified row and column of this transformation matrix.

Syntax

Visual Basic 
Function GetElementAt( _
   ByVal Row As System.Integer, _
   ByVal Column As System.Integer _
) As System.Double
C# 
System.double GetElementAt( 
   System.int Row,
   System.int Column
)
JavaScript 
GetElementAt( 
   Row : Number,
   Column : Number
) : Number
COM native C++ 
HRESULT GetElementAt( 
   LONG Row,
   LONG Column,
   DOUBLE* Val
) 
C++ 
DSRESULT GetElementAt( 
   long Row,
   long Column,
   double* Val
) 

Parameters

Row
Row position of transformation matrix
Column
Column position of transformation matrix
Val[out] or Return Value
Value of element in Row and Column

Example

 

See Also

Availability

DraftSight V1R1.4