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
) : Number |
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
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