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

In This Topic
    DeclareMenu Class
    In This Topic
    Declares a function in a Scripts as a function that adds menu items.
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Eplan.EplApi.Scripting.DeclareMenu

    Syntax
    [AttributeUsage(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public class DeclareMenu : System.Attribute 
    [AttributeUsage(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class DeclareMenu : 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