Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FemRotationSurrogate Class / Matrix Property

In This Topic
    Matrix Property (FemRotationSurrogate)
    In This Topic
    The devDept.Eyeshot.Fem.Rotation.Matrix as many single-dimension arrays.
    Syntax
    'Declaration
     
    Public Property Matrix As ProtoArray(Of Double)
    public ProtoArray<double> Matrix {get; set;}
    Remarks
    ProtoBuf-Net does not support serializing/deserializing multi-dimensional arrays.
    See Also