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

In This Topic
    DeclareUnregister Class
    In This Topic
    When a new script is unloaded from P8, this function is called before removing it.
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Eplan.EplApi.Scripting.DeclareUnregister

    Syntax
    [AttributeUsage(AttributeTargets.Method)]
    public class DeclareUnregister : System.Attribute 
    [AttributeUsage(AttributeTargets.Method)]
    public ref class DeclareUnregister : public 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