Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointWithDisplacement Class / PointWithDisplacement Constructor / PointWithDisplacement Constructor(Double,Double,Double)

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

    Parameters

    x
    y
    z
    See Also