Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / NodeBeam Class / NodeBeam Constructor / NodeBeam Constructor(NodeBeam)
Another node

In This Topic
    NodeBeam Constructor(NodeBeam)
    In This Topic
    NodeBeam constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As NodeBeam _
    )
    protected NodeBeam( 
       NodeBeam another
    )

    Parameters

    another
    Another node
    See Also