Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element2D.Edge Class / Element2D.Edge Constructor

In This Topic
    Element2D.Edge Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal indices() As Byte _
    )
    public Element2D.Edge( 
       byte[] indices
    )

    Parameters

    indices
    See Also