Eplan Platform API
Eplan.EplApi.Scripting Namespace / DeclareAction Class / DeclareAction Constructor / DeclareAction Constructor(String)
The function is saved with this name as an Action in the system.

In This Topic
    DeclareAction Constructor(String)
    In This Topic
    Used to mark a function of a class in a script if the function of this script is to be registered as an Action in the system.
    Syntax
    public DeclareAction( 
       string strActionName
    )
    public:
    DeclareAction( 
       String^ strActionName
    )

    Parameters

    Parameter NameDescription
    strActionNameThe function is saved with this name as an Action in the system.
    See Also