Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Point Constructor / Point Constructor(Double,Double,Double)
Point's X coordinate
Point's Y coordinate
Point's Z coordinate

In This Topic
    Point Constructor(Double,Double,Double)
    In This Topic
    Position constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    )
    public Point( 
       double x,
       double y,
       double z
    )

    Parameters

    x
    Point's X coordinate
    y
    Point's Y coordinate
    z
    Point's Z coordinate
    See Also