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

In This Topic
    AngleInXY Property
    In This Topic
    Gets the angle between the X-axis and the vector projection on the XY plane.
    Syntax
    'Declaration
     
    Public ReadOnly Property AngleInXY As Double
    public double AngleInXY {get;}

    Property Value

    The angle in radians.
    See Also