Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / ActionManager Class / FindAction Method / FindAction(String) Method
Name of the action you search for.

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

Parameters

strNameOfAction
Name of the action you search for.

Return Value

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