API Help
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnInputFinish Method

In This Topic
OnInputFinish Method
In This Topic
Is called after special input operation has finished.
Syntax
public virtual RequestCode OnInputFinish()

Return Value

Default RequestCode for this function is Nothing.
Remarks
For example the input sequence of the vertexes for a polyline. Usually this function is called, when the user has pressed the SPACE key.
See Also