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

In This Topic
    MDAccessoryListPosition Class
    In This Topic
    MDAccessoryList objects can hold a list of accessory positions These are represented by a MDAccessoryListPosition object
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData
          Eplan.EplApi.MasterData.MDAccessoryListPosition

    Syntax
    public class MDAccessoryListPosition : MDPartsDatabaseItemChildData 
    public ref class MDAccessoryListPosition : public MDPartsDatabaseItemChildData 
    Remarks
    In order to get the value of readonly field Designation1, user have to get the corresponding part (using the partnr) and take the property: EW3_PROPERTY_ARTICLE_DESCR1.
    Public Properties
     NameDescription
    Public PropertyReturns the accessory placement name.  
    Public PropertyReturns the part number of the referenced part.  
    Public PropertyReturns the part number of the referenced part.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDAccessoryListPosition object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData)
    Top
    See Also