Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Joint Class / Joint Constructor / Joint Constructor(Joint)
The other Joint

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

    Parameters

    another
    The other Joint
    See Also