Eplan Platform API
Inheritance Hierarchy
In This Topic
    Eplan.EplApi.Scripting Namespace
    In This Topic
    The classes of the Scripting namespace provide the attributes for scripts.
    Classes
     ClassDescription
    ClassAttribute used to mark a method of a class in a script so that this method will be registered as an Action:Eplan::EplApi::ApplicationFramework: in the system.
    If a method marked by the DeclareAction attribute has string parameters, these parameters will be recognized as parameters of the Action.
    ClassWhen a script function is to respond to events in the system, the function has to be marked with this attribute.
    ClassDeclares a function that adds only context menu items.
    ClassWhen a new script is loaded in P8, this function is called.
    ClassWhen a new script is unloaded from P8, this function is called before removing it.
    ClassUsed to mark a function of a class in a script. Once the script is run, this function is called. This function may also have parameters.
    See Also