Eplan Platform API
Eplan.EplApi.Scripting Namespace / DeclareAction Class / DeclareAction Constructor / DeclareAction Constructor(String)
The function is saved with this name as an Eplan.EplApi.Scripting.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 Eplan.EplApi.Scripting.Action in the system.
    Syntax
    public DeclareAction( 
       string strActionName
    )
    public:
    DeclareAction( 
       String^ strActionName
    )

    Parameters

    strActionName
    The function is saved with this name as an Eplan.EplApi.Scripting.Action in the system.
    See Also