Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Position Class / CursorPosition Property

In This Topic
    CursorPosition Property
    In This Topic
    Position of mouse in the world coordinate system
    Syntax
    public virtual PointD3D CursorPosition {get; set;}
    public:
    virtual property PointD3D CursorPosition {
       PointD3D get();
       void set (    PointD3D value);
    }
    Remarks
    This function does not consider grid-snap, object-snap ortho-mode or mates.
    See Also