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

MDAccessoryPosition Class
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. Type property is automatically set after Part or AccessoryList is correctly set
Inheritance Hierarchy

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

Syntax
public class MDAccessoryPosition : MDPartsDatabaseItemChildData 
Public Properties
 NameDescription
Public PropertyReturns the referenced AccessoryList if type is AccessoryList  
Public PropertyReturns the name of the accessory placement.  
Public PropertyReturns the Designation1 property from the corresponding part  
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. It sets automatically after property Part or AccessoryList is correctly set  
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