API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPosition Class
Members

In This Topic
    MDAccessoryPosition Class
    In This Topic
    each part can store a list of accessories. Each accessory is represented with MDAccessoryPosition object That accessory can be a part (type = Component), than Name and Variant is used. Or a accessorylist (type = AccessoryList), than only Name is used.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData
          Eplan.EplApi.MasterData.MDAccessoryPosition

    Syntax
    public class MDAccessoryPosition : MDPartsDatabaseItemChildData 
    public ref class MDAccessoryPosition : public MDPartsDatabaseItemChildData 
    Public Properties
     NameDescription
    Public PropertyReturns the referenced AccessoryList if type is AccessoryList  
    Public PropertyReturns the name of the accessory placement.  
    Public PropertyReturns the part number of the referenced part (if type is not AccessoryList).  
    Public PropertyReturns wether the part / accessory list is neseccary.  
    Public PropertyReturns the referenced part.  
    Public PropertyReturns the part type part / accessory list.  
    Public PropertyReturns the variant of the referenced part (if type is not AccessoryList).  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDAccessoryPosition object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData)
    Top
    See Also