GetElementAt Method (IMathTransform)
Gets the value in the specified row and column of this transformation matrix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetElementAt( _
LONG Row As System.Integer, _
LONG Column As System.Integer _
) As System.Double |
C# | |
---|
System.double GetElementAt(
System.int Row,
System.int Column
) |
JavaScript | |
---|
GetElementAt(
Row : Number,
Column : Number,\n) : Number |
Parameters
- Row
- Row position of transformation matrix
- Column
- Column position of transformation matrix
Parameters
- Val[out] or Return Value
- Value of element in Row and Column
Example
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
See Also
Availability
DraftSight V1R1.4