Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class / LeaderEndPoint Property

In This Topic
    LeaderEndPoint Property
    In This Topic
    Gets the leader end point.
    Syntax
    'Declaration
     
    Public ReadOnly Property LeaderEndPoint As Point3D
    public Point3D LeaderEndPoint {get;}
    Remarks
    You need to call the Viewport.Entities.Regen() to see the updated value.
    See Also