API Help
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnElementFound Method
Current position of cad cursor.
A placement below mouse. Will be null, if no placement is below the mouse pointer.

In This Topic
OnElementFound Method
In This Topic
Is called, when the placement below the mouse pointer changes as result of mouse movement.
Syntax
public virtual void OnElementFound( 
   Position oPosition,
   StorableObject oStorableObject
)

Parameters

oPosition
Current position of cad cursor.
oStorableObject
A placement below mouse. Will be null, if no placement is below the mouse pointer.
See Also