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

Start Class
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(AttributeTargets.Method)]
public class Start : 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