API Help
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnChar Method
Is the current position of CAD cursor.

In This Topic
OnChar Method
In This Topic
Is called after keyboard inputs by the user.
Syntax
public virtual RequestCode OnChar( 
   Position oPosition,
   char c
)

Parameters

oPosition
Is the current position of CAD cursor.
c

Return Value

Default RequestCode for this function is Nothing.
See Also