Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Equation Class / elements Field

In This Topic
    elements Field
    In This Topic
    List of elements with something to do with this dof.
    Syntax
    'Declaration
     
    Public elements As LinkedList(Of Integer)
    public LinkedList<int> elements
    See Also