Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnStartDrag Method
Current position of cad cursor.

In This Topic
    OnStartDrag Method
    In This Topic
    Is called after begin of a dragging operation.
    Syntax
    public virtual RequestCode OnStartDrag( 
       Position oPosition
    )
    public:
    virtual RequestCode OnStartDrag( 
       Position^ oPosition
    ) 

    Parameters

    oPosition
    Current position of cad cursor.

    Return Value

    Default RequestCode for this function is Nothing.
    See Also