API Help
Eplan.EplApi.DataModel Namespace / Article.Assembly Class
Members

In This Topic
    Article.Assembly Class
    In This Topic
    This class represents a collection of parts that belong to one device.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.Article.Assembly

    Syntax
    public class Article.Assembly 
    public ref class Article.Assembly 
    Remarks
    An assembly is a collection of parts that belong to a device (e.g. a pushbutton with a normally open contact, the appropriate mounting and the button). An assembly has its own part number and can also contain (sub) assemblies.
    Public Properties
     NameDescription
    Public PropertyReturns the article of this assembly.  
    Public PropertyReturns count of parts of the same kind contained in this assembly.  
    Public PropertyReturns part number of the assembly.  
    Public PropertyReturns variant number of the assembly.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of Assembly object.  
    Top
    See Also