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

DeclareRegister Class
When a new script is loaded in P8, this function is called.
Inheritance Hierarchy

System.Object
   System.Attribute
      Eplan.EplApi.Scripting.DeclareRegister

Syntax
[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public class DeclareRegister : System.Attribute 
Public Constructors
 NameDescription
Public ConstructorCreates a new attribute.  
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