Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / ActionManager Class / FindAction Method / FindAction(String,Boolean) Method
Name of the action you search for.
true: no error is reported in the system errors when the action is not found.

In This Topic
FindAction(String,Boolean) Method
In This Topic
This function searches for an action registered in the system.
Syntax
public Action FindAction( 
   string strNameOfAction,
   bool bSilent
)

Parameters

strNameOfAction
Name of the action you search for.
bSilent
true: no error is reported in the system errors when the action is not found.

Return Value

Returns a reference to a Action or NULL in case no action with this name exists in the system.
See Also