Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnDrawCursor Method
Is the current position of cad cursor.

In This Topic
    OnDrawCursor Method
    In This Topic
    Is called to get drawable objects for the cursor representation.
    Syntax
    public virtual StorableObject[] OnDrawCursor( 
       Position oPosition
    )
    public:
    virtual array<StorableObject^>^ OnDrawCursor( 
       Position^ oPosition
    ) 

    Parameters

    oPosition
    Is the current position of cad cursor.

    Return Value

    Array of object drawn under the Cursor.
    Remarks
    This objects may be transient (not stored in the database).
    See Also