Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / MatrixAsVectorByRow Property

In This Topic
    MatrixAsVectorByRow Property
    In This Topic
    Gets the 4x4 matrix as an array of doubles ordered by row.
    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixAsVectorByRow As Double()
    public double[] MatrixAsVectorByRow {get;}
    See Also