API Help
Eplan.EplApi.Scripting Namespace / Start Class
Members

In This Topic
    Start Class
    In This Topic
    Used to mark a function of a class in a Scripts. Once the script is run, this function is called. This function may also have SimpleScriptWithParameters.
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Eplan.EplApi.Scripting.Start

    Syntax
    [AttributeUsage(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public class Start : System.Attribute 
    [AttributeUsage(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class Start : public System.Attribute 
    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Attribute)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Top
    See Also