Gets the value of the specified property by index.
'Declaration
Public Function GetMatrix3x2Value( _
ByVal As System.Integer _
) As Matrix3x2
public Matrix3x2 GetMatrix3x2Value(
System.int
)
Parameters
- index
The index of the property from which the data is to be obtained.
Return Value
The value of the specified property by index.