Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnCalculateCursorPos Method
Current position of cad cursor.
Type of snap used for calculating cursor position.

In This Topic
    OnCalculateCursorPos Method
    In This Topic
    Is called to calculate the cursor position.
    Syntax
    public virtual void OnCalculateCursorPos( 
       Position pos,
       SnapTypes eSnapType
    )
    public:
    virtual void OnCalculateCursorPos( 
       Position^ pos,
       SnapTypes eSnapType
    ) 

    Parameters

    pos
    Current position of cad cursor.
    eSnapType
    Type of snap used for calculating cursor position.
    See Also