API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / AddPartsToProject Method
Project.
List of parts data. The members of this list have the type 'PartInfo'.

In This Topic
    AddPartsToProject Method
    In This Topic
    Store parts in the project, and adds project part references.
    Syntax
    public void AddPartsToProject( 
       Project oProject,
       ArrayList lPartsInfo
    )
    public:
    void AddPartsToProject( 
       Project^ oProject,
       ArrayList^ lPartsInfo
    ) 

    Parameters

    oProject
    Project.
    lPartsInfo
    List of parts data. The members of this list have the type 'PartInfo'.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    An error occurred while storing parts data.
    The internal interface for storing parts data in the project could not be created .
    See Also