Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / AngleFromXY Property

In This Topic
    AngleFromXY Property
    In This Topic
    Gets the angle between the vector and the XY plane.
    Syntax
    'Declaration
     
    Public ReadOnly Property AngleFromXY As Double
    public double AngleFromXY {get;}

    Property Value

    The angle in radians.
    See Also