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

In This Topic
    MDPartAssemblyPosition Class
    In This Topic
    parts of type MDPartsDatabaseItem.Enums.Assembly can hold a list of assembly parts These are represented by a MDPartAssemblyPosition object.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData
          Eplan.EplApi.MasterData.MDPartAssemblyPosition

    Syntax
    public class MDPartAssemblyPosition : MDPartsDatabaseItemChildData 
    public ref class MDPartAssemblyPosition : public MDPartsDatabaseItemChildData 
    Public Properties
     NameDescription
    Public PropertyReturns the count of usage of that assembly part.  
    Public PropertyThe referenced assembly part as MDPart object  
    Public PropertyThe part number of the referenced assembly part  
    Public PropertyThe variant of the referenced assembly part  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDPartAssemblyPosition object. (Inherited from Eplan.EplApi.MasterData.MDPartsDatabaseItemChildData)
    Top
    See Also