Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / Point3D Constructor / Point3D Constructor(Point3D)

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

    Parameters

    another
    See Also