Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / SetStaticCursor Method / SetStaticCursor(StorableObject,PointD) Method
Eplan.EplApi.DataModel.StorableObject that will be temporary drawn as Cursor Representation.
The beginning of the new coordinate system in which placement is been drawn.

In This Topic
    SetStaticCursor(StorableObject,PointD) Method
    In This Topic
    Sets Eplan.EplApi.DataModel.StorableObject, that will be temporary drawn as Cursor Representation.
    Syntax
    public virtual void SetStaticCursor( 
       StorableObject oStorableObject,
       PointD pntStartPos
    )
    public:
    virtual void SetStaticCursor( 
       StorableObject^ oStorableObject,
       PointD pntStartPos
    ) 

    Parameters

    oStorableObject
    Eplan.EplApi.DataModel.StorableObject that will be temporary drawn as Cursor Representation.
    pntStartPos
    The beginning of the new coordinate system in which placement is been drawn.
    Remarks
    The Static Cursor will not change its shape, size or location relative to the mouse pointer a dynamic cursor can be defined (additionally) by override of OnDrawCursor() Object can be transient (not stored in database).
    See Also