Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / ExportSegmentDefinitions Method
Project from which all segment definitions are exported. Can't be null.
Full file name of target file. Can't be null or empty.

In This Topic
    ExportSegmentDefinitions Method
    In This Topic
    Exports all segment definitions from project to file.
    Syntax
    public bool ExportSegmentDefinitions( 
       Project pProject,
       string strFileName
    )
    public:
    bool ExportSegmentDefinitions( 
       Project^ pProject,
       String^ strFileName
    ) 

    Parameters

    pProject
    Project from which all segment definitions are exported. Can't be null.
    strFileName
    Full file name of target file. Can't be null or empty.

    Return Value

    Returns true if export is successful.
    Exceptions
    ExceptionDescription
    Thrown when parameter pProject is a null value.
    Thrown when strFileName of null or empty.
    See Also