Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ImportDescriptions Method
Project to which pre-planning descriptions are imported. Can't be null.

In This Topic
    ImportDescriptions Method
    In This Topic
    Imports descriptions from pre-planning to project.
    Syntax
    public bool ImportDescriptions( 
       Project pProject
    )
    public:
    bool ImportDescriptions( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project to which pre-planning descriptions are imported. Can't be null.

    Return Value

    Returns true if import is successful.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    See Also