Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / Xline Class / EndPoint Property

In This Topic
    EndPoint Property (Xline)
    In This Topic
    The second point calculated as the sum of the base point (devDept.Eyeshot.Entities.Point.StartPoint) and the direction (Direction).
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property EndPoint As Point3D
    public new Point3D EndPoint {get;}
    See Also